DOKK / manpages / debian 10 / libcommoncpp2-doc / ost_Dir.3.en
ost::Dir(3) Library Functions Manual ost::Dir(3)

ost::Dir - A low level portable directory class.

#include <file.h>

Inherits ost::File.


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

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.

References INVALID_HANDLE_VALUE.

Generated automatically by Doxygen for GNU CommonC++ from the source code.

Wed Oct 31 2018 GNU CommonC++