Chemical Data Processing Library C++ API - Version 1.1.1
Namespaces | Functions
FileFunctions.hpp File Reference

Declaration of filesystem-related functions. More...

#include <string>
#include "CDPL/Util/APIPrefix.hpp"

Go to the source code of this file.

Namespaces

 CDPL
 The namespace of the Chemical Data Processing Library.
 
 CDPL::Util
 Contains general purpose algorithms, containers, functors and other classes.
 

Functions

CDPL_UTIL_API std::string CDPL::Util::genCheckedTempFilePath (const std::string &dir="", const std::string &ptn="%%%%-%%%%-%%%%-%%%%")
 
CDPL_UTIL_API bool CDPL::Util::checkIfSameFile (const std::string &path1, const std::string &path2)
 
CDPL_UTIL_API bool CDPL::Util::fileExists (const std::string &path)
 

Detailed Description

Declaration of filesystem-related functions.