IO::Dir
Native Rust implementation built into the interpreter. Runtime: P5. See original documentation for the full Perl reference.
Provides OO directory handle operations backed by libc opendir/readdir.
Functions
close
close directory handle.
import
noop.
new
create new dir handle, optionally opened.
open
open directory.
read
read next directory entry.
rewind
rewind directory to beginning.