DriveInfoStatic: DriveType

DriveType

Represents the type of drives a DriveInfo can be.

 Public Enum DriveType

Values

Unknown = 0
The device is of an unknown type.
NoRootDirectory = 1
The DriveInfo is no a root directory.
Removable = 2
The drive is a removable storage device.
Fixed = 3
The device is a fixed disk.
Network = 4
The drive is a network drive.
CDRom = 5
The drive is a CD-Rom drive.
RamDisk = 6
The drive is a RAM disk.

See Also

Project CorLib Overview

Class DriveInfoStatic Overview