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 (char *name=((void *) 0))
char * getName (void)
bool isValid (void)
void open (char *name)
bool operator! ()
char * operator* ()
char * operator++ ()
char * operator++ (int)
bool rewind (void)

Static Public Member Functions

static bool create (char *path, Attr attr=attrGroup)
static bool getPrefix (char *path, size_t size=4096)
static bool remove (char *path)
static bool setPrefix (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: