#include "../enum.h"
Contains xtd::io::drive_type enum class.
Go to the source code of this file.
Namespaces | |
xtd | |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
xtd::io | |
The xtd::io namespace contains types that allow reading and writing to files and data streams, and types that provide basic file and directory support. | |
Enumerations | |
enum | xtd::io::drive_type { xtd::io::drive_type::unknown, xtd::io::drive_type::no_root_directory, xtd::io::drive_type::removable, xtd::io::drive_type::fixed, xtd::io::drive_type::network, xtd::io::drive_type::cd_rom, xtd::io::drive_type::ram } |
Defines constants for drive types, including CDRom, Fixed, Network, NoRootDirectory, Ram, Removable, and Unknown. More... | |