Enum PathFlags
- Namespace
- Elegy.FileSystem.API
- Assembly
- Elegy.FileSystem.dll
Elegy filesystem path flags.
[Flags]
public enum PathFlags
- Extension Methods
Fields
All = File | Directory
Flag for all and any kinds of paths, whether files or directories.
Directory = 2
This path is a directory.
File = 1
This path is a file.