Enum: TestOption
Represents the options that can be passed to test function.
Members
EXISTS | Test whether a file path exists |
IS_DIR | Test whether a file path is a directory |
IS_SYMLINK | Test whether a file path is a symlink |
READABLE | Test whether a file path is readable |
WRITABLE | Test whether a file path is writable |