Gio.FileType

Indicates the file's on-disk type.

FileType.UNKNOWN

File's type is unknown.

FileType.REGULAR

File handle represents a regular file.

FileType.DIRECTORY

File handle represents a directory.

FileType.SYMBOLIC_LINK

File handle represents a symbolic link (Unix systems).

FileType.SPECIAL

File is a "special" file, such as a socket, fifo, block device, or character device.

FileType.SHORTCUT

File is a shortcut (Windows systems).

FileType.MOUNTABLE

File is a mountable location.