none = /* unspecified */,
follow_directory_symlink = /* unspecified */,
skip_permission_denied = /* unspecified */
This type represents available options that control the behavior of the directory_iterator and recursive_directory_iterator.
directory_options
satisfies the requirements of BitmaskType (which means the bitwise operators operator&, operator|, operator^, operator~, operator&=, operator|=, and operator^= are defined for this type). none represents the empty bitmask; every other enumerator represents a distinct bitmask element.
none
(default) skip directory symlinks, âpermission deniedâ is error follow_directory_symlink
follow rather than skip directory symlinks skip_permission_denied
skip directories that would otherwise result in âpermission deniedâ errors [edit] Example [edit] See also constructs a directory iterator
std::filesystem::directory_iterator
) [edit] constructs a recursive directory iterator
std::filesystem::recursive_directory_iterator
) [edit]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4