Click or drag to resize

DriveInfoDriveType Property

Gets the drive type.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public DriveType DriveType { get; }

Return Value

Type: DriveType
One of the DriveType values.
Remarks
The DriveType property indicates whether a drive is any of: CDRom, Fixed, Unknown, Network, NoRootDirectory, Ram, Removable, or Unknown. Values are listed in the DriveType enumeration.
See Also