DriveInfoRootDirectory Property |
Gets the root directory of a drive.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public DirectoryInfo RootDirectory { get; }
Public ReadOnly Property RootDirectory As DirectoryInfo
Get
public:
property DirectoryInfo^ RootDirectory {
DirectoryInfo^ get ();
}
member RootDirectory : DirectoryInfo with get
Return Value
Type:
DirectoryInfoA DirectoryInfo object that contains the root directory of the drive.
See Also