Value | Meaning |
---|---|
UNKNOWN0 | File's type is unknown. |
REGULAR1 | File handle represents a regular file. |
DIRECTORY2 | File handle represents a directory. |
SYMBOLIC_LINK3 | File handle represents a symbolic link (Unix systems). |
SPECIAL4 | File is a "special" file, such as a socket, fifo, block device, or character device. |
SHORTCUT5 | File is a shortcut (Windows systems). |
MOUNTABLE6 | File is a mountable location. |
Page generated by adrdox
Indicates the file's on-disk type.