#include <directory.h>
Public Methods | |
directory (const char *path) | |
directory (const entry &e) | |
~directory (void) | |
const_iterator & | begin (void) const |
const_iterator & | end (void) const |
const char * | get_name (void) const |
bool | operator! (void) const |
|
sord::directory constructor
|
|
sord::directory constructor
|
|
sord::directory destructor
|
|
Get an iterator to the begining of the directory listing.
|
|
Get an end iterator for the directory listing.
|
|
Get the name of this directory. This may or may not be the same as the name you gave in the constructor.
|
|
Find out if the directory opened was vaild.
|