Module: GLib::FileTest

Defined in:
(unknown)

Constant Summary collapse

IS_REGULAR =

true if the file is a regular file (not a directory). Note that this test will also return true if the tested file is a symlink to a regular file.

1 or :is_regular
2 or :is_symlink
IS_DIR =

true if the file is a directory.

4 or :is_dir
IS_EXECUTABLE =

true if the file is executable.

8 or :is_executable
EXISTS =

true if the file exists. It may or may not be a regular file.

16 or :exists