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

DRIVE_CDROM Property
Windows API Class

Public Property Get DRIVE_CDROM() As Long

"Drive Type Is CD-ROM"
The GetDriveType Function returns this value to indicate that the specified drive is a CD-ROM.

Example:
    Debug.Print "E is" & IIf(GetDriveType("E") = DRIVE_CDROM), "", " NOT") & " a CD-ROM."
See also:
    GetDriveType Function
    DRIVEConstantToString Function
    DRIVE_CDROM Define (Windows API)

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