Public Function DRIVEConstantToString( _
ByVal vDriveType As Variant _
) As Variant DRIVEConstantToString(DRIVE_CDROM) = "CDROM"
DRIVEConstantToString(DRIVE_FIXED) = "FIXED"
DRIVEConstantToString(2938923) = "UNKNOWN"
IsNull(DRIVEConstantToString(Null)) = TrueSee also: DRIVE_CDROM Property
DRIVE_FIXED Property
DRIVE_RAMDISK Property
DRIVE_REMOTE Property
DRIVE_REMOVABLE Property
GetDriveType FunctionvDriveType: Numeric constant that describes a type of storage device. Function returns Null if vDriveType is Null or cannot be fixed-up to a number. Function returns the string "UNKNOWN" if vDriveType is not one of the valid drive type identifiers. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.