FileTest
Description:
Namespace: GLib
Package: glib-2.0
Content:
Enum values:
-
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.
-
IS_SYMLINK - true if the file is a symlink.
-
IS_DIR - true if the file is a directory.
-
IS_EXECUTABLE - true if the file is executable.
-
EXISTS - true if the file exists. It may or may not be a regular
file.