This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofFilePath Member List
This is the complete list of members for ofFilePath, including all inherited members.
addLeadingSlash(const of::filesystem::path &path) | ofFilePath | static |
addTrailingSlash(const of::filesystem::path &path) | ofFilePath | static |
createEnclosingDirectory(const of::filesystem::path &filePath, bool bRelativeToData=true, bool bRecursive=true) | ofFilePath | static |
getAbsolutePath(const of::filesystem::path &path, bool bRelativeToData=true) | ofFilePath | static |
getBaseName(const of::filesystem::path &filePath) | ofFilePath | static |
getCurrentExeDir() | ofFilePath | static |
getCurrentExePath() | ofFilePath | static |
getCurrentWorkingDirectory() | ofFilePath | static |
getEnclosingDirectory(const of::filesystem::path &filePath, bool bRelativeToData=true) | ofFilePath | static |
getFileExt(const of::filesystem::path &filename) | ofFilePath | static |
getFileName(const of::filesystem::path &filePath, bool bRelativeToData=true) | ofFilePath | static |
getPathForDirectory(const of::filesystem::path &path) | ofFilePath | static |
getUserHomeDir() | ofFilePath | static |
isAbsolute(const of::filesystem::path &path) | ofFilePath | static |
join(const of::filesystem::path &path1, const of::filesystem::path &path2) | ofFilePath | static |
makeRelative(const of::filesystem::path &from, const of::filesystem::path &to) | ofFilePath | static |
removeExt(const of::filesystem::path &filename) | ofFilePath | static |
removeTrailingSlash(const of::filesystem::path &path) | ofFilePath | static |