Provides access to information on the specified drive.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public DriveInfo(
string driveName
)
Public Sub New (
driveName As String
)
public:
DriveInfo(
String^ driveName
)
new :
driveName : string -> DriveInfo
Parameters
- driveName
- Type: SystemString
A valid drive path or drive letter.
This can be either uppercase or lowercase,
'a' to 'z' or a network share in the format: \\server\share
Exceptions See Also