PosixDirectory

Undocumented in source.

Constructors

this
this(FileSystem fs, DIR* dir, string prefix)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
contents
InputRange!DirEntry contents()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dir
DIR* dir;
Undocumented in source.
fs
FileSystem fs;
Undocumented in source.
prefix
string prefix;
Undocumented in source.

Inherited Members

From Directory

close
void close()
contents
InputRange!DirEntry contents()

Get directory contents as a range. This range should be lazily evaluated when practical. The entries "." and ".." are skipped.

Meta