Type Alias FileType

FileType: typeof S_IFREG | typeof S_IFDIR | typeof S_IFLNK

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