Crate find_folder

source ·

Structs

  • A search defined as a starting path and a route to take.

Enums

  • If the search was unsuccessful.
  • The direction in which find_folder should search for the folder.

Functions

  • Check the given directory for a folder with the matching name.
  • Check the contents of this folder and children folders.
  • Check the given path and depth number of parent directories for a folder with the given name.

Type Aliases