This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofDirectory Member List
This is the complete list of members for ofDirectory, including all inherited members.
allowExt(const std::string &extension) | ofDirectory | |
begin() const | ofDirectory | |
canExecute() const | ofDirectory | |
canRead() const | ofDirectory | |
canWrite() const | ofDirectory | |
close() | ofDirectory | |
copyTo(const of::filesystem::path &path, bool bRelativeToData=true, bool overwrite=false) | ofDirectory | |
create(bool recursive=false) | ofDirectory | |
createDirectory(const of::filesystem::path &dirPath, bool bRelativeToData=true, bool recursive=false) | ofDirectory | static |
doesDirectoryExist(const of::filesystem::path &dirPath, bool bRelativeToData=true) | ofDirectory | static |
end() const | ofDirectory | |
exists() const | ofDirectory | |
extensions | ofDirectory | |
files | ofDirectory | |
getAbsolutePath() const | ofDirectory | |
getFile(std::size_t position, ofFile::Mode mode=ofFile::Reference, bool binary=true) const | ofDirectory | |
getFiles() const | ofDirectory | |
getName(std::size_t position) const | ofDirectory | |
getOriginalDirectory() const | ofDirectory | |
getPath(std::size_t position) const | ofDirectory | |
getShowHidden() const | ofDirectory | |
getSorted() | ofDirectory | |
isDirectory() const | ofDirectory | |
isDirectoryEmpty(const of::filesystem::path &dirPath, bool bRelativeToData=true) | ofDirectory | static |
isHidden() const | ofDirectory | |
listDir(const of::filesystem::path &path) | ofDirectory | |
listDir() | ofDirectory | |
moveTo(const of::filesystem::path &path, bool bRelativeToData=true, bool overwrite=false) | ofDirectory | |
myDir | ofDirectory | |
OF_DEPRECATED_MSG("Use ofDirectory::setWriteable(!flag).", void setReadOnly(bool flag)) | ofDirectory | |
OF_DEPRECATED_MSG("Use size() instead.", int numFiles()) | ofDirectory | |
ofDirectory() | ofDirectory | |
ofDirectory(const of::filesystem::path &path) | ofDirectory | |
open(const of::filesystem::path &path) | ofDirectory | |
openFromCWD(const of::filesystem::path &path) | ofDirectory | |
operator of::filesystem::path() | ofDirectory | inline |
operator of::filesystem::path() const | ofDirectory | inline |
operator!=(const ofDirectory &dir) const | ofDirectory | |
operator<(const ofDirectory &dir) const | ofDirectory | |
operator<=(const ofDirectory &dir) const | ofDirectory | |
operator==(const ofDirectory &dir) const | ofDirectory | |
operator>(const ofDirectory &dir) const | ofDirectory | |
operator>=(const ofDirectory &dir) const | ofDirectory | |
operator[](std::size_t position) const | ofDirectory | |
originalDirectory | ofDirectory | |
path() const | ofDirectory | |
rbegin() const | ofDirectory | |
remove(bool recursive) | ofDirectory | |
removeDirectory(const of::filesystem::path &path, bool deleteIfNotEmpty, bool bRelativeToData=true) | ofDirectory | static |
renameTo(const of::filesystem::path &path, bool bRelativeToData=true, bool overwrite=false) | ofDirectory | |
rend() const | ofDirectory | |
reset() | ofDirectory | |
setExecutable(bool executable=true) | ofDirectory | |
setReadable(bool readable=true) | ofDirectory | |
setShowHidden(bool showHidden) | ofDirectory | |
setWriteable(bool writeable=true) | ofDirectory | |
showHidden | ofDirectory | |
size() const | ofDirectory | |
sort(const SortMode &mode=SORT_NATURAL) | ofDirectory | |
SORT_BY_DATE enum value | ofDirectory | |
SORT_FAST enum value | ofDirectory | |
SORT_NATURAL enum value | ofDirectory | |
sortByDate() | ofDirectory | |
SortMode enum name | ofDirectory |