#include "../enum.h"
Contains xtd::io::search_option 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::search_option { xtd::io::search_option::top_directory_only = 0, xtd::io::search_option::all_directories = 1 } |
Specifies whether to search the current directory, or the current directory and all subdirectories. More... | |