DriveInfo::RootDirectory Property

 

Gets the root directory of a drive.

Namespace:   System.IO
Assembly:  mscorlib (in mscorlib.dll)

public:
property DirectoryInfo^ RootDirectory {
	DirectoryInfo^ get();
}

Property Value

Type: System.IO::DirectoryInfo^

An object that contains the root directory of the drive.

.NET Framework
Available since 2.0
Return to top
Show: