std::io::path

walk

fn bool? Path.walk(self, PathWalker w, void* data)
Walk the path recursively. PathWalker is run on every file and
directory found. Return true to abort the walk.

Parameters