Public Member Functions | |
NDir (const NString &name) | |
Constructs a NDir object. | |
~NDir (void) | |
Destroys a NDir object. | |
NList< NString > | getContents (void) const |
Get directory contents. | |
NString | getName (void) const |
Get directory name. |
Definition at line 44 of file ndir.h.
Constructs a NDir object.
name | Directory name (path) |
Definition at line 24 of file ndir.cpp.
References NException::BASEIO, NIOException::FILE, and NString::toChar().
Get directory contents.
NString getName | ( | void | ) | const |