#include <TdkFilesystemHelper.h>
Public Member Functions | |
virtual | ~TdkFilesystemHelper () |
Static Public Member Functions | |
static bool | checkDir (const char *lpPath) |
static void | createDir (const char *lpPath) |
static const char * | getFilesystemSep (void) |
Private Member Functions | |
TdkFilesystemHelper () | |
Private constructor, since this is a class of auxiliary methods. | |
Static Private Member Functions | |
static void | createSingleDir (const char *lpPath) |
TdkFilesystemHelper::~TdkFilesystemHelper | ( | ) | [virtual] |
TdkFilesystemHelper::TdkFilesystemHelper | ( | ) | [private] |
Private constructor, since this is a class of auxiliary methods.
bool TdkFilesystemHelper::checkDir | ( | const char * | lpPath | ) | [static] |
Checks if a given directory path exists in the filesystem. (WIN32 function)
Path | to the directory whose existence will be checked. It must not contain the ending backslash. |
void TdkFilesystemHelper::createDir | ( | const char * | lpPath | ) | [static] |
Creates the directory whose path is lpPath and all the missing directories in the path.
TdkServerException |
const char * TdkFilesystemHelper::getFilesystemSep | ( | void | ) | [static] |
Returns a filesystem separator string.
void TdkFilesystemHelper::createSingleDir | ( | const char * | lpPath | ) | [static, private] |