ASP DriveType Property
Complete Drive Object Reference
The DriveType property returns a value indicating the type of drive.
This property can return one of the following values:
- 0 = unknown
- 1 = removable
- 2 = fixed
- 3 = network
- 4 = CD-ROM
- 5 = RAM disk
Syntax
DriveObject.DriveType
Example
Output:
The drive type is: 1
YouTip