reference

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 valueofFile
canExecute() constofFile
canRead() constofFile
canWrite() constofFile
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)ofFilestatic
copyTo(const of::filesystem::path &path, bool bRelativeToData=true, bool overwrite=false) constofFile
create()ofFile
create(const of::filesystem::path &path)ofFile
doesFileExist(const of::filesystem::path &fPath, bool bRelativeToData=true)ofFilestatic
exists() constofFile
getAbsolutePath() constofFile
getBaseName() constofFile
getEnclosingDirectory() constofFile
getExtension() constofFile
getFileBuffer() constofFile
getFileName() constofFile
getSize() constofFile
isDevice() constofFile
isDirectory() constofFile
isFile() constofFile
isHidden() constofFile
isLink() constofFile
Mode enum nameofFile
moveFromTo(const of::filesystem::path &pathSrc, const of::filesystem::path &pathDst, bool bRelativeToData=true, bool overwrite=false)ofFilestatic
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()ofFileinline
operator of::filesystem::path() constofFileinline
operator!=(const ofFile &file) constofFile
operator<(const ofFile &file) constofFile
operator<=(const ofFile &file) constofFile
operator=(const ofFile &mom)ofFile
operator==(const ofFile &file) constofFile
operator>(const ofFile &file) constofFile
operator>=(const ofFile &file) constofFile
path() constofFile
ReadOnly enum valueofFile
readToBuffer()ofFile
ReadWrite enum valueofFile
Reference enum valueofFile
remove(bool recursive=false)ofFile
removeFile(const of::filesystem::path &path, bool bRelativeToData=true)ofFilestatic
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 valueofFile
~ofFile()ofFile