Click or drag to resize
DriveInfoRootDirectory Property
Gets the root directory of a drive.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public DirectoryInfo RootDirectory { get; }

Return Value

Type: DirectoryInfo
A DirectoryInfo object that contains the root directory of the drive.
See Also