Public Member Functions | |
const char * | name () |
bool | isFile () |
off64_t | getSize () |
void | deleteEntry () |
void | info (bool *is_dir, off64_t *size, CSTime *mod_time) |
bool | exists () |
void | print (CSOutputStream *out) |
void | open () |
void | close () |
bool | next () |
bool | entryIsFile () |
const char * | entryName () |
void | getEntryPath (char *path, size_t size) |
virtual void | retain () |
virtual void | release () |
virtual void | finalize () |
virtual CSObject * | getKey () |
virtual int | compareKey (CSObject *) |
virtual uint32_t | hashKey () |
virtual CSObject * | getHashLink () |
virtual void | setHashLink (CSObject *) |
virtual CSObject * | getNextLink () |
virtual CSObject * | getPrevLink () |
virtual void | setNextLink (CSObject *) |
virtual void | setPrevLink (CSObject *) |
Static Public Member Functions | |
static CSDirectory * | newDirectory (CSPath *path) |
static CSDirectory * | newDirectory (CSString *path) |
static CSDirectory * | newDirectory (const char *path) |
Public Attributes | |
CSString * | sd_path |
Friends | |
class | TDDirectory |
Definition at line 40 of file CSDirectory.h.