Enum PathType
Represents the type of a file system entry
public enum PathType
Fields
Directory = 2The path represents a directory
File = 1The path represents a file
None = 0The path does not exist
Other = 3The path represents another kind of file system entry
This could be something like a device node, a named pipe, or a completely different kind of file system entry, but not a symbolic link, as they are always followed transparently.