FileSystemEntry.RootDirectory Property

Definition

Gets the full path of the root directory used for the enumeration.

public:
 property ReadOnlySpan<char> RootDirectory { ReadOnlySpan<char> get(); };
public ReadOnlySpan<char> RootDirectory { get; }
member this.RootDirectory : ReadOnlySpan<char>
Public ReadOnly Property RootDirectory As ReadOnlySpan(Of Char)

Property Value

The root directory.

Applies to