#include <vector>
#include <openfluid/dllexport.hpp>
Go to the source code of this file.
|
std::vector< std::string > OPENFLUID_API | openfluid::tools::findFilesByExtension (const std::string &Path, const std::string &Ext, bool WithPath=false, bool ExtIncludeDot=false) |
|
std::vector< std::string > OPENFLUID_API | openfluid::tools::findFilesBySuffixAndExtension (const std::string &Path, const std::string &Suffix, const std::string &Ext, bool WithPath=false, bool ExtIncludeDot=false) |
|
std::vector< std::string > OPENFLUID_API | openfluid::tools::findDirectories (const std::string &Path, bool WithPath=false) |
|
bool OPENFLUID_API | openfluid::tools::emptyDirectoryRecursively (const std::string &Path) |
|
void OPENFLUID_API | openfluid::tools::copyDirectoryContentsRecursively (const std::string &SrcPath, const std::string &DestPath, const bool DontCopyDotDirs=false) |
|