std::io::path

traverse

fn bool? traverse(Path path, TraverseCallback callback, any data)
Walk the path recursively. TraverseCallback is run for every file and
directory found. Return true to abort the walk.

Parameters