std::experimental::filesystem::directory_options
Min standard notice:
Header: <experimental/filesystem>
This type represents available options that control the behavior of the directory_iterator and recursive_directory_iterator.
# Declarations
enum class directory_options {
none,
follow_directory_symlink,
skip_permission_denied
};
(filesystem TS)