Crate find_folder

Source

Structs§

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

Enums§

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

Functions§

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

Type Aliases§

KidsDepth
Depth of recursion through kids.
ParentsDepth
Depth of recursion through parents.