dius 0.1.0
Loading...
Searching...
No Matches
directory_options.h
Go to the documentation of this file.
1#pragma once
2
3#include "di/util/bitwise_enum.h"
4
5namespace dius::filesystem {
11
12DI_DEFINE_ENUM_BITWISE_OPERATIONS(DirectoryOptions)
13}
Definition directory_entry.h:11
DirectoryOptions
Definition directory_options.h:6
@ FollowDirectorySymlink
Definition directory_options.h:8
@ None
Definition directory_options.h:7
@ SkipPermissionDenied
Definition directory_options.h:9