Crate find_folder
Source - SearchFolder
- A search defined as a starting path and a route to take.
- Error
- If the search was unsuccessful.
- Search
- The direction in which
find_folder
should search for the folder.
- 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.
- KidsDepth
- Depth of recursion through kids.
- ParentsDepth
- Depth of recursion through parents.