Module predicates::path [−][src]
Path Predicates
This module contains predicates specific to the file system.
Structs
BinaryFilePredicate | Predicate that compares file matches |
ExistencePredicate | Predicate that checks if a file is present |
FileContentPredicate | Predicate adapter that converts a |
FileTypePredicate | Predicate that checks the |
StrFilePredicate | Predicate that compares string content of files |
Traits
PredicateFileContentExt |
|
Functions
eq_file | Creates a new |
exists | Creates a new |
is_dir | Creates a new |
is_file | Creates a new |
is_symlink | Creates a new |
missing | Creates a new |