UCommon
Public Member Functions | Static Public Member Functions
ost::Dir Class Reference

A low level portable directory class. More...

#include <file.h>

Inherits ost::File.

Public Member Functions

void close (void)
 Dir (const char *name=((void *) 0))
const char * getName (void)
bool isValid (void)
void open (const char *name)
bool operator! ()
const char * operator* ()
const char * operator++ ()
const char * operator++ (int)
bool rewind (void)

Static Public Member Functions

static bool create (const char *path, Attr attr=attrGroup)
static bool getPrefix (char *path, size_t size=4096)
static bool remove (const char *path)
static bool setPrefix (const char *path)

Detailed Description

A low level portable directory class.

Used to support ccstd Directory container. This provides a basic mechanism for allocating and accessing file entries.

Author:
David Sugar <dyfet@ostel.com> low level directory access class.

Definition at line 241 of file file.h.


The documentation for this class was generated from the following file: