TdxPSFileBasedExplorerRootFolder.DriveType Property
Determines the type of drive where the folder is located.
Declaration
property DriveType: TdxDriveType read;
Property Value
Type |
---|
TdxDriveType |
Remarks
Use the DriveType property to determine the type of drive where the folders viewed by the explorer component are located. The following values can be returned by the property.
Value | Meaning |
---|---|
dtUnknown | The drive type cannot be determined. |
dtNoRootDir | The root directory does not exist. |
dtRemovable | The disk can be removed from the drive. |
dtFixed | The disk cannot be removed from the drive. |
dtRemote | The drive is a remote (network) drive. |
dtCDROM | The drive is a CD-ROM drive. |
dtRamDisk | The drive is a RAM disk. |
See Also