Module: Gio::FileType

Defined in:
(unknown)

Constant Summary collapse

UNKNOWN =

File’s type is unknown.

0 or :unknown
REGULAR =

File handle represents a regular file.

1 or :regular
DIRECTORY =

File handle represents a directory.

2 or :directory
3 or :symbolic_link
SPECIAL =

File is a “special” file, such as a socket, fifo,

block device, or character device.
4 or :special
SHORTCUT =

File is a shortcut (Windows systems).

5 or :shortcut
MOUNTABLE =

File is a mountable location.

6 or :mountable