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