FACT++  1.0
bool DataLogger::DoesPathExist ( string  path)
private

Checks if a given path exist.

Check if a given path exists

Parameters
paththe path to be checked
Returns
whether or not the given path exists

Definition at line 530 of file datalogger.cc.

References DimWriteStatistics::DoesPathExist().

531 {
532  return DimWriteStatistics::DoesPathExist(path, *this);
533 }
static bool DoesPathExist(std::string path, MessageImp &log)

+ Here is the call graph for this function: