Function std::old_io::fs::walk_dirUnstable [-] [+] [src]

pub fn walk_dir(path: &Path) -> IoResult<Directories>

Returns an iterator that will recursively walk the directory structure rooted at path. The path given will not be iterated over, and this will perform iteration in some top-down order. The contents of unreadable subdirectories are ignored.