Module predicates::path

source ·
Expand description

Path Predicates

This module contains predicates specific to the file system.

Structs§

Traits§

Functions§

  • Creates a new Predicate that ensures complete equality
  • Creates a new Predicate that ensures the path exists.
  • Creates a new Predicate that ensures the path points to a directory.
  • Creates a new Predicate that ensures the path points to a file.
  • Creates a new Predicate that ensures the path points to a symlink.
  • Creates a new Predicate that ensures the path doesn’t exist.