![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Declaration of filesystem-related functions. More...
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="%%%%-%%%%-%%%%-%%%%") |
| Generates a temporary file path inside dir whose basename matches the supplied randomization ptn and that is guaranteed not to collide with any existing file. More... | |
| CDPL_UTIL_API bool | CDPL::Util::checkIfSameFile (const std::string &path1, const std::string &path2) |
| Tells whether path1 and path2 refer to the same file (after resolving symlinks and case-insensitivity rules of the underlying file system). More... | |
| CDPL_UTIL_API bool | CDPL::Util::fileExists (const std::string &path) |
| Tells whether the file at path exists. More... | |
Declaration of filesystem-related functions.