18 #ifndef __edir_h_included 19 #define __edir_h_included 82 #define PATH_SEPERATOR '/' 84 static Void buildTable();
85 static Bool match(cpStr str, cpStr mask, Bool ignoreCase =
False);
89 #endif // #define __edir_h_included Retrieve file names in a directory.
Definition: edir.h:40
cpStr getNextEntry()
Gets the next entry from the directory.
Definition: edir.cpp:116
static Void getCurrentDirectory(EString &dir)
Returns the current working directory.
Definition: edir.cpp:138
~EDirectory()
Class destructor.
Definition: edir.cpp:68
EDirectory()
Class constructor.
Definition: edir.cpp:63
#define False
False.
Definition: ebase.h:27
cpStr getFirstEntry(cpStr pDirectory, cpStr pFileMask)
Gets the first entry from the directory.
Definition: edir.cpp:73
#define DECLARE_ERROR_ADVANCED2(__e__)
Declares exception class derived from EError with an Int as a constructor parameter and developer def...
Definition: eerror.h:69
#define DECLARE_ERROR_ADVANCED(__e__)
Declares exception class derived from EError with no constructor parameters and developer defined con...
Definition: eerror.h:61
String class.
Definition: estring.h:31