Function sway_utils::helpers::find_nested_dir_with_file
source ยท pub fn find_nested_dir_with_file(
starter_path: &Path,
file_name: &str,
) -> Option<PathBuf>
Expand description
Continually go down in the file tree until a specified file is found.
Starts the search from child dirs of starter_path
.