Click or drag to resize

DriveInfo Properties

The DriveInfo type exposes the following members.

Properties
  NameDescription
Public propertyAvailableFreeSpace
Indicates the amount of available free space on a drive.
Public propertyDiskSpaceInfo
[AlphaFS] Returns the instance.
Public propertyDosDeviceName
[AlphaFS] The MS-DOS device name.
Public propertyDriveFormat
Gets the name of the file system, such as NTFS or FAT32.
Public propertyDriveType
Gets the drive type.
Public propertyIsDosDeviceSubstitute
[AlphaFS] Indicates if this drive is a SUBST.EXE / DefineDosDevice drive mapping.
Public propertyIsReady
Gets a value indicating whether a drive is ready.
Public propertyIsUnc
[AlphaFS] Indicates if this drive is a UNC path.
Public propertyIsVolume
[AlphaFS] Determines whether the specified volume name is a defined volume on the current computer.
Public propertyName
Gets the name of the drive.
Public propertyRootDirectory
Gets the root directory of a drive.
Public propertyTotalFreeSpace
Gets the total amount of free space available on a drive.
Public propertyTotalSize
Gets the total size of storage space on a drive.
Public propertyVolumeInfo
[AlphaFS] Contains information about a file-system volume.
Public propertyVolumeLabel
Gets or sets the volume label of a drive.
Top
See Also