TdkFilesystemHelper Class Reference

#include <TdkFilesystemHelper.h>

List of all members.

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)


Constructor & Destructor Documentation

TdkFilesystemHelper::~TdkFilesystemHelper (  )  [virtual]

TdkFilesystemHelper::TdkFilesystemHelper (  )  [private]

Private constructor, since this is a class of auxiliary methods.


Member Function Documentation

bool TdkFilesystemHelper::checkDir ( const char *  lpPath  )  [static]

Checks if a given directory path exists in the filesystem. (WIN32 function)

Parameters:
Path to the directory whose existence will be checked. It must not contain the ending backslash.
Returns:
if the given directory path exists in the filesystem.

void TdkFilesystemHelper::createDir ( const char *  lpPath  )  [static]

Creates the directory whose path is lpPath and all the missing directories in the path.

Returns:
True if the directory was created.
Exceptions:
TdkServerException 

const char * TdkFilesystemHelper::getFilesystemSep ( void   )  [static]

Returns a filesystem separator string.

Returns:
Separator string for the current filesystem.

void TdkFilesystemHelper::createSingleDir ( const char *  lpPath  )  [static, private]


The documentation for this class was generated from the following files:
Generated on Fri Jun 15 16:54:38 2007 for TDK by  doxygen 1.5.2