1 unstable release
0.1.0 | Aug 18, 2019 |
---|
#1111 in Filesystem
3KB
iterdir
Mini Rust Library for Filesystem Directory Iteration
let p = Path::new(".");
let pb = p.to_path_buf();
for fn int IterDir::new(&pb) {
// do something with file
}
0.1.0 | Aug 18, 2019 |
---|
#1111 in Filesystem
3KB
Mini Rust Library for Filesystem Directory Iteration
let p = Path::new(".");
let pb = p.to_path_buf();
for fn int IterDir::new(&pb) {
// do something with file
}