xtd 0.2.0
search_option.h File Reference
#include "../enum.h"

Definition

Contains xtd::io::search_option enum class.

Include dependency graph for search_option.h:
This graph shows which files directly or indirectly include this file:

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...