Enum FolderFlag

Control behavior of functions.

enum FolderFlag : int { ... }

Enum members

NameDescription
create Create if folder does not exist. On Windows and OS X directory will be created using platform specific API, so it will have appropriate icon and other settings special for this kind of folder.
none Don't verify that folder exist.
verify Verify that folder exists. On Windows directory is verified using platform specific API.

See Also

writablePath