Oxygen Engine
Modern C++ 3D Engine using OpenGL
Loading...
Searching...
No Matches
oe::io::FileSystem Member List

This is the complete list of members for oe::io::FileSystem, including all inherited members.

fileExists(const std::string &filename) const noexceptoe::io::FileSystem
FileSystem(const char *argv0=nullptr)oe::io::FileSystem
generatePrefDir(const std::string &organization, const std::string &application)oe::io::FileSystem
getBaseDir() (defined in oe::io::FileSystem)oe::io::FileSystem
getDiskSpace(const std::filesystem::path &path) const noexceptoe::io::FileSystem
getFilename(const std::string &partial_path, const std::vector< std::string > &allowed_suffixes)oe::io::FileSystem
getFileSize(const std::string &filename) const noexceptoe::io::FileSystem
getInstance() (defined in oe::io::FileSystem)oe::io::FileSysteminlinestatic
getLastAccessTime(const std::string &filename) const noexceptoe::io::FileSystem
getLastError() const noexceptoe::io::FileSystem
getLastErrorCode() const noexceptoe::io::FileSystem
getLastModificationTime(const std::string &filename) const noexceptoe::io::FileSystem
getRealPath(const std::filesystem::path &path) const noexceptoe::io::FileSystem
getWritePath() constoe::io::FileSystem
isDir(const std::string &path) const noexceptoe::io::FileSystem
mkdir(const std::string &path)oe::io::FileSystem
mount(const std::filesystem::path &real_path, const std::filesystem::path &mount_path, const bool &append=true)oe::io::FileSystem
readFile(const std::string &filename)oe::io::FileSystem
readTextFile(const std::string &filename)oe::io::FileSystem
remove(const std::string &path)oe::io::FileSystem
scandir(const std::filesystem::path &directory) constoe::io::FileSystem
setWritePath(const std::string &real_path)oe::io::FileSystem
unmount(const std::string &real_path)oe::io::FileSystem
~FileSystem() (defined in oe::io::FileSystem)oe::io::FileSystem