DriveInfo Constructor
Provides access to information on the specified drive.
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Parameters
- driveName
- Type: System.String
A valid drive path or drive letter. This can be either uppercase or lowercase, 'a' to 'z'. A null value is not valid.
| Exception | Condition |
|---|---|
| ArgumentNullException | The drive letter cannot be null. |
| ArgumentException | The first letter of driveName is not an uppercase or lowercase letter from 'a' to 'z'. -or- driveName does not refer to a valid drive. |
- FileIOPermission
for accessing directory information. The class constructor requires this permission. Associated enumeration: PathDiscovery.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.