In The Hand LtdIn The Hand
DriveInfo Constructor (driveName)
NamespacesInTheHand.IODriveInfoDriveInfo(String)
.NET Components for Mobility
Provides access to information on the specified drive.
Declaration Syntax
C#Visual Basic
public DriveInfo(
	string driveName
)
Public Sub New ( _
	driveName As String _
)
Parameters
driveName (String)

[Missing <param name="driveName"/> documentation for "M:InTheHand.IO.DriveInfo.#ctor(System.String)"]

Remarks
Use this class to obtain information on drives. The drive name must be a valid Windows CE volume path e.g. "\Storage Card". You cannot use this method to obtain information on drive names that are a null reference (Nothing in Visual Basic) or use UNC (\\server\share) paths.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe drive name cannot be a null reference (Nothing in Visual Basic).
ArgumentExceptiondriveName does not refer to a valid drive.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0