#include <ddgutil.h>
Static Public Members | |||
void | setDataDirectory ( const char *dataDir ) | ||
Define the data directory. Path should include trailing '/'. | |||
char* | getFullFileName ( const char *filename ) | ||
Return filename concatenated with data directory. More... | |||
void | clear (void) | ||
Free the memory which was allocated by this class. |
char * ddgFileHelper::getFullFileName (const char * filename) [static]
|
Return filename concatenated with data directory.
The caller doesnt have to free this string we reuse it each time.