This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofFile Member List
This is the complete list of members for ofFile, including all inherited members.
Append enum value | ofFile | |
canExecute() const | ofFile | |
canRead() const | ofFile | |
canWrite() const | ofFile | |
changeMode(Mode mode, bool binary=true) | ofFile | |
close() | ofFile | |
copyFromTo(const of::filesystem::path &pathSrc, const of::filesystem::path &pathDst, bool bRelativeToData=true, bool overwrite=false) | ofFile | static |
copyTo(const of::filesystem::path &path, bool bRelativeToData=true, bool overwrite=false) const | ofFile | |
create() | ofFile | |
create(const of::filesystem::path &path) | ofFile | |
doesFileExist(const of::filesystem::path &fPath, bool bRelativeToData=true) | ofFile | static |
exists() const | ofFile | |
getAbsolutePath() const | ofFile | |
getBaseName() const | ofFile | |
getEnclosingDirectory() const | ofFile | |
getExtension() const | ofFile | |
getFileBuffer() const | ofFile | |
getFileName() const | ofFile | |
getSize() const | ofFile | |
isDevice() const | ofFile | |
isDirectory() const | ofFile | |
isFile() const | ofFile | |
isHidden() const | ofFile | |
isLink() const | ofFile | |
Mode enum name | ofFile | |
moveFromTo(const of::filesystem::path &pathSrc, const of::filesystem::path &pathDst, bool bRelativeToData=true, bool overwrite=false) | ofFile | static |
moveTo(const of::filesystem::path &path, bool bRelativeToData=true, bool overwrite=false) | ofFile | |
OF_DEPRECATED_MSG("Use ofFile::setWriteable(!flag).", void setReadOnly(bool flag)) | ofFile | |
ofFile() | ofFile | |
ofFile(const of::filesystem::path &path, Mode mode=ReadOnly, bool binary=true) | ofFile | |
ofFile(const ofFile &mom) | ofFile | |
open(const of::filesystem::path &path, Mode mode=ReadOnly, bool binary=true) | ofFile | |
openFromCWD(const of::filesystem::path &path, Mode mode=ReadOnly, bool binary=true) | ofFile | |
operator of::filesystem::path() | ofFile | inline |
operator of::filesystem::path() const | ofFile | inline |
operator!=(const ofFile &file) const | ofFile | |
operator<(const ofFile &file) const | ofFile | |
operator<=(const ofFile &file) const | ofFile | |
operator=(const ofFile &mom) | ofFile | |
operator==(const ofFile &file) const | ofFile | |
operator>(const ofFile &file) const | ofFile | |
operator>=(const ofFile &file) const | ofFile | |
path() const | ofFile | |
ReadOnly enum value | ofFile | |
readToBuffer() | ofFile | |
ReadWrite enum value | ofFile | |
Reference enum value | ofFile | |
remove(bool recursive=false) | ofFile | |
removeFile(const of::filesystem::path &path, bool bRelativeToData=true) | ofFile | static |
renameTo(const of::filesystem::path &path, bool bRelativeToData=true, bool overwrite=false) | ofFile | |
setExecutable(bool executable=true) | ofFile | |
setReadable(bool readable=true) | ofFile | |
setWriteable(bool writeable=true) | ofFile | |
writeFromBuffer(const ofBuffer &buffer) | ofFile | |
WriteOnly enum value | ofFile | |
~ofFile() | ofFile |