Type alias FileType

FileType: typeof S_IFREG | typeof S_IFDIR | typeof S_IFLNK

Indicates the type of the given file. Applied to 'mode'.