xtd 0.2.0
Loading...
Searching...
No Matches

◆ search_option

enum class xtd::io::search_option
strong

Specifies whether to search the current directory, or the current directory and all subdirectories.

enum class search_option
search_option
Specifies whether to search the current directory, or the current directory and all subdirectories.
Definition search_option.h:25
Header
#include <xtd/io/search_option>
Namespace
xtd::io
Library
xtd.core
Remarks
If you choose xtd::io::search_option::all_directories in your search and the directory structure contains a link that creates a loop, the search operation enters an infinite loop.
Enumerator
top_directory_only 

Includes only the current directory in a search operation.

all_directories 

Includes the current directory and all its subdirectories in a search operation. This option includes reparse points such as mounted drives and symbolic links in the search.