Enumeration PathType

PathType enum. Possible values: [Directory|File|Unknown]. A path that doesn't exist on disk is Unknown

Enumeration Members

Enumeration Members

Directory: 1

The path is a directory

File: 2

Then pathis a file

Unknown: 0

Unable to decide what kind of path it is

Generated using TypeDoc