Expand description
Path Predicate factories
This module contains predicates specific to path handling.
Functions§
- eq_file
- Creates a new
Predicatethat ensures complete equality - exists
- Creates a new
Predicatethat ensures the path exists. - is_dir
- Creates a new
Predicatethat ensures the path points to a directory. - is_file
- Creates a new
Predicatethat ensures the path points to a file. - is_
symlink - Creates a new
Predicatethat ensures the path points to a symlink. - missing
- Creates a new
Predicatethat ensures the path doesn’t exist.