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.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static DriveType GetCurrentDriveType()
Public Shared Function GetCurrentDriveType As DriveType
public:
static DriveType GetCurrentDriveType()
static member GetCurrentDriveType : unit -> DriveType
Return Value
Type:
DriveTypeA
DriveType object.
See Also