Enum FileEntryKind
- Namespace
- TruePath
- Assembly
- TruePath.dll
Specifies the type of file system entry.
public enum FileEntryKind
Fields
Directory = 2
The file system entry is a directory.
File = 1
The file system entry is a regular file.
Junction = 4
The file system entry is a junction.
Symlink = 3
The file system entry is a symbolic link.
Unknown = 0
The type of the file system entry is unknown.