append(const std::string_view &existingPath, const std::string_view &toAppend) | sofa::helper::system::FileSystem | static |
append(const std::string_view &existingPath, const std::string_view &toAppend, Args &&... args) | sofa::helper::system::FileSystem | inlinestatic |
BACKSLASH enum value | sofa::helper::system::FileSystem | |
cleanPath(const std::string &path, separator s=SLASH) | sofa::helper::system::FileSystem | static |
convertBackSlashesToSlashes(const std::string &path) | sofa::helper::system::FileSystem | static |
convertSlashesToBackSlashes(const std::string &path) | sofa::helper::system::FileSystem | static |
createDirectory(const std::string &path) | sofa::helper::system::FileSystem | static |
exists(const std::string &path) | sofa::helper::system::FileSystem | static |
findFiles(const std::string &directoryPath, std::vector< std::string > &outputFilePaths, const std::string &extension, const int depth=0) | sofa::helper::system::FileSystem | static |
findOrCreateAValidPath(const std::string path) | sofa::helper::system::FileSystem | static |
getExtension(const std::string &filename) | sofa::helper::system::FileSystem | static |
getParentDirectory(const std::string &path) | sofa::helper::system::FileSystem | static |
isAbsolute(const std::string &path) | sofa::helper::system::FileSystem | static |
isDirectory(const std::string &path) | sofa::helper::system::FileSystem | static |
isFile(const std::string &path) | sofa::helper::system::FileSystem | static |
listDirectory(const std::string &directoryPath, std::vector< std::string > &outputFilenames) | sofa::helper::system::FileSystem | static |
listDirectory(const std::string &directoryPath, std::vector< std::string > &outputFilenames, const std::string &extension) | sofa::helper::system::FileSystem | static |
removeAll(const std::string &path) | sofa::helper::system::FileSystem | static |
removeDirectory(const std::string &path) | sofa::helper::system::FileSystem | static |
removeExtraBackSlashes(const std::string &path) | sofa::helper::system::FileSystem | static |
removeExtraSlashes(const std::string &path) | sofa::helper::system::FileSystem | static |
removeFile(const std::string &path) | sofa::helper::system::FileSystem | static |
separator enum name | sofa::helper::system::FileSystem | |
SLASH enum value | sofa::helper::system::FileSystem | |
stripDirectory(const std::string &path) | sofa::helper::system::FileSystem | static |