Drive Type Flags

Const DRIVE_REMOVABLE = 2
Const DRIVE_FIXED = 3
Const DRIVE_REMOTE = 4
Const DRIVE_CDROM = 5
Const DRIVE_RAMDISK = 6

The drive type flags identify a type of drive on the computer. For example, they identify floppy drives, CD-ROM drives, etc. These cannot be combined.

DRIVE_REMOVABLE
A floppy drive or some other removable-disk readable/writeable drive.
DRIVE_FIXED
A hard drive.
DRIVE_REMOTE
A network drive or a drive located on a network server.
DRIVE_CDROM
A CD-ROM drive.
DRIVE_RAMDISK
A RAM disk.

Used by: GetDriveType
Back to the index.


Back to Paul Kuliniewicz's Home Page
E-mail: Borg953@aol.com
This page is at http://members.aol.com/Borg953/api/constants/drivetypeflags.html