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

DRIVE_REMOTE Property
Windows API Class

Public Property Get DRIVE_REMOTE() As Long

"Drive Type Is Remote"
The GetDriveType Function returns this value to indicate that the specified drive is a remote (network) drive.

Example:
    Debug.Print "Z is" & IIf(GetDriveType("Z") = DRIVE_REMOTE), "", " NOT") & " a remote drive."
See also:
    GetDriveType Function
    DRIVEConstantToString Function
    DRIVE_REMOTE Define (Windows API)

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