FileTest
Description:
[ Flags ]
public enum FileTest
A test to perform on a file using test.
Content:
Enum values:
- IS_REGULAR -
true if the file is a regular file (not a directory).
- 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.