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

DRIVE_RAMDISK Property
Windows API Class

Public Property Get DRIVE_RAMDISK() As Long

"Drive Type Is RAM Disk"
The GetDriveType Function returns this value to indicate that the specified drive is a RAM disk.

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

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