drive type definitions.
Variables | |
| constexpr int32_t | DRIVE_UNKNOWN |
| The drive type cannot be determined. | |
| constexpr int32_t | DRIVE_NO_ROOT_DIR |
| The root path is invalid; for example, there is no volume mounted at the specified path. | |
| constexpr int32_t | DRIVE_REMOVABLE |
| The drive has removable media; for example, a floppy drive, thumb drive, or flash card reader. | |
| constexpr int32_t | DRIVE_FIXED |
| The drive has fixed media; for example, a hard disk drive or flash drive. | |
| constexpr int32_t | DRIVE_REMOTE |
| The drive is a remote (network) drive. | |
| constexpr int32_t | DRIVE_CDROM |
| The drive is a CD-ROM drive. | |
| constexpr int32_t | DRIVE_RAMDISK |
| The drive is a RAM disk. | |
|
constexpr |
#include <xtd.core.native/include/xtd/native/drive_type.hpp>
The drive type cannot be determined.
|
constexpr |
#include <xtd.core.native/include/xtd/native/drive_type.hpp>
The root path is invalid; for example, there is no volume mounted at the specified path.
|
constexpr |
#include <xtd.core.native/include/xtd/native/drive_type.hpp>
The drive has removable media; for example, a floppy drive, thumb drive, or flash card reader.
|
constexpr |
#include <xtd.core.native/include/xtd/native/drive_type.hpp>
The drive has fixed media; for example, a hard disk drive or flash drive.
|
constexpr |
#include <xtd.core.native/include/xtd/native/drive_type.hpp>
The drive is a remote (network) drive.
|
constexpr |
#include <xtd.core.native/include/xtd/native/drive_type.hpp>
The drive is a CD-ROM drive.
|
constexpr |
#include <xtd.core.native/include/xtd/native/drive_type.hpp>
The drive is a RAM disk.