Walk directories up
Finds a file by walking up the directory tree until the file is found or root is reached. Name must point to a file, not directory and file must be readable.
How to use
use walk_up;
// parameters are: start directory, file name
let res = walk_up ;
if let Some = res
License
This is free and unencumbered software released into the public domain.
This code can be used under terms of CC0 or the Unlicense.
![]()