VolumeGetCurrentDriveType Method |
[AlphaFS] Determines the disk
DriveType, based on the root of the current directory.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
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 enum value.
See Also