|
Documentation for OpenFLUID
2.2.0
|
This is the complete list of members for openfluid::tools::Filesystem, including all inherited members.
| absolutePath(const std::string &Path) | openfluid::tools::Filesystem | static |
| appendToFile(const std::string &Content, const openfluid::tools::FilesystemPath &FileObj) | openfluid::tools::Filesystem | static |
| basename(const std::string &Path) | openfluid::tools::Filesystem | static |
| completeExtension(const std::string &Path) | openfluid::tools::Filesystem | static |
| copyDirectory(const std::string &SrcPath, const std::string &DestPath, bool WithBaseDir=false, bool RemoveExisting=false) | openfluid::tools::Filesystem | static |
| copyDirectoryContent(const std::filesystem::path &SrcPath, const std::filesystem::path &DestPath) | openfluid::tools::Filesystem | static |
| copyFile(const std::string &SrcPath, const std::string &DestPath) | openfluid::tools::Filesystem | static |
| currentPath() | openfluid::tools::Filesystem | static |
| dirname(const std::string &Path) | openfluid::tools::Filesystem | static |
| emptyDirectory(const std::string &Path, const std::vector< std::string > &PathsToExlude={}) | openfluid::tools::Filesystem | static |
| extension(const std::string &Path) | openfluid::tools::Filesystem | static |
| filename(const std::string &Path) | openfluid::tools::Filesystem | static |
| Filesystem()=delete | openfluid::tools::Filesystem | |
| findDirectories(const std::string &Path, bool WithPath=false, const std::string &Pattern="") | openfluid::tools::Filesystem | static |
| findFiles(const std::string &Path, bool WithPath=false, const std::string &Pattern="") | openfluid::tools::Filesystem | static |
| findFilesByExtension(const std::string &Path, const std::string &Ext, bool WithPath=false, bool ExtIncludeDot=false) | openfluid::tools::Filesystem | static |
| findFilesBySuffixAndExtension(const std::string &Path, const std::string &Suffix, const std::string &Ext, bool WithPath=false, bool ExtIncludeDot=false) | openfluid::tools::Filesystem | static |
| homePath() | openfluid::tools::Filesystem | static |
| joinPath(const std::vector< std::string > &PathParts) | openfluid::tools::Filesystem | static |
| makeUniqueFile(const std::string &Path, const std::string &FileName) | openfluid::tools::Filesystem | static |
| makeUniqueSubdirectory(const std::string &Path, const std::string &SubdirName) | openfluid::tools::Filesystem | static |
| minimalBasename(const std::string &Path) | openfluid::tools::Filesystem | static |
| pathSeparator() noexcept | openfluid::tools::Filesystem | inlinestatic |
| pathsListSeparator() noexcept | openfluid::tools::Filesystem | inlinestatic |
| readFile(const openfluid::tools::FilesystemPath &FileObj) | openfluid::tools::Filesystem | static |
| renameFile(const std::string &OriginalPath, const std::string &NewPath) | openfluid::tools::Filesystem | static |
| tempPath() | openfluid::tools::Filesystem | static |
| writeFile(const std::string &Content, const openfluid::tools::FilesystemPath &FileObj) | openfluid::tools::Filesystem | static |