FileTest
Description:
[ CCode ( has_type_id = false ) ]
[ Flags ]
public enum FileTest
A test to perform on a file using test.
Content:
Enum values:
- EXISTS - true
if the file exists.
- IS_DIR - true
if the file is a directory.
- IS_EXECUTABLE -
true if the file is executable.
- IS_REGULAR -
true if the file is a regular file (not a directory).
- IS_SYMLINK -
true if the file is a symlink.