DirectoryInfoRoot Property |
Gets the root portion of the directory.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public DirectoryInfo Root { get; }
Public ReadOnly Property Root As DirectoryInfo
Get
public:
property DirectoryInfo^ Root {
DirectoryInfo^ get ();
}
member Root : DirectoryInfo with get
Property Value
Type:
DirectoryInfoAn object that represents the root of the directory.
See Also