Click or drag to resize
VolumeGetCurrentDriveType Method
Determines, based on the root of the current directory, whether a disk drive is a removable, fixed, CD-ROM, RAM disk, or network drive.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static DriveType GetCurrentDriveType()

Return Value

Type: DriveType
A DriveType object.
See Also