Public Function GetDriveType( _
ByVal vDrive As Variant _
) As Variant GetDriveType("A") = DRIVE_REMOVABLE
GetDriveType("C") = DRIVE_FIXEDSee also: DRIVE_CDROM Property, et. al.
DRIVEConstantToString Function
GetDriveTypeSample Subroutine
GetDriveType Function (Windows API)vDrive: Letter of the drive whose type will be returned. Function returns Null if vDrive is Null or cannot be fixed-up to a String. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.