StdPosixDirectory

Undocumented in source.

Constructors

this
this(string path)
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
StdPosixDirEntryRange contents()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dir
DIR* dir;
Undocumented in source.
drange
StdPosixDirEntryRange drange;
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