#include <file.h>
Inheritance diagram for ost::Dir::
Public Methods | |
Dir (const char *name=NULL) | |
void | open (const char *name) |
void | close (void) |
virtual | ~Dir () |
const char* | getName (void) |
const char* | operator++ () |
const char* | operator++ (int) |
const char* | operator * () |
bool | rewind (void) |
bool | operator! () |
bool | isValid (void) |
Static Public Methods | |
bool | create (const char *path, Attr attr=attrGroup) |
bool | remove (const char *path) |
bool | setPrefix (const char *path) |
bool | getPrefix (char *path, size_t size=256) |
Used to support ccstd Directory container. This provides a basic mechanism for allocating and accessing file entries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|