<-- Previous || Up || Next -->

DRIVE_FIXED Property
Windows API Class

Public Property Get DRIVE_FIXED() As Long

"Drive Type Is Fixed"
The GetDriveType Function returns this value to indicate that the specified drive is a fixed disk, such as a hard disk.

Example:
    Debug.Print "C is" & IIf(GetDriveType("C") = DRIVE_FIXED), "", " NOT") & " a fixed disk."
See also:
    GetDriveType Function
    DRIVEConstantToString Function
    DRIVE_FIXED Define (Windows API)

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.