Defines constants for drive types, including CDRom, Fixed, Network, NoRootDirectory, Ram, Removable, and Unknown.
drive_type
Defines constants for drive types, including CDRom, Fixed, Network, NoRootDirectory,...
Definition drive_type.h:26
- Inheritance
- xtd::io::io_exception → xtd::io::drive_not_found_exception
- Header
#include <xtd/io/drive_type>
- Namespace
- xtd::io
- Library
- xtd.core
Enumerator |
---|
unknown | The type of drive is unknown.
|
no_root_directory | The drive does not have a root directory.
|
removable | The drive is a removable storage device, such as a floppy disk drive or a USB flash drive.
|
fixed | The drive is a fixed disk.
|
network | The drive is a network drive.
|
cd_rom | The drive is an optical disc device, such as a CD or DVD-ROM.
|
ram | The drive is a RAM disk.
|