Module path

Expand description

Path Predicate factories

This module contains predicates specific to path handling.

Functions§

eq_file
Creates a new Predicate that ensures complete equality
exists
Creates a new Predicate that ensures the path exists.
is_dir
Creates a new Predicate that ensures the path points to a directory.
is_file
Creates a new Predicate that ensures the path points to a file.
is_symlink
Creates a new Predicate that ensures the path points to a symlink.
missing
Creates a new Predicate that ensures the path doesn’t exist.