| append(const char *const data, std::size_t numBytes) const noexcept | limes::files::File | |
| append(const std::string_view &text) const noexcept | limes::files::File | |
| assignPath(const Path &newPath) noexcept | limes::files::FilesystemEntry | |
| begin() const | limes::files::File | |
| changeName(const std::string_view &newName) | limes::files::FilesystemEntry | |
| copyFrom(const Path &source, CopyOptions options=CopyOptions::update_existing) const noexcept | limes::files::FilesystemEntry | |
| copyFrom(const FilesystemEntry &source, CopyOptions options=CopyOptions::update_existing) const noexcept (defined in limes::files::FilesystemEntry) | limes::files::FilesystemEntry | |
| CopyOptions typedef | limes::files::FilesystemEntry | |
| copyTo(const Path &dest, CopyOptions options=CopyOptions::update_existing) const noexcept | limes::files::FilesystemEntry | |
| copyTo(const FilesystemEntry &dest, CopyOptions options=CopyOptions::update_existing) const noexcept | limes::files::FilesystemEntry | |
| copyToDirectory(const Path &destDirectory, CopyOptions options=CopyOptions::update_existing) const noexcept | limes::files::FilesystemEntry | |
| createHardLink(const Path &path) const | limes::files::File | |
| createIfDoesntExist() const noexcept | limes::files::FilesystemEntry | virtual |
| deleteIfExists() const noexcept | limes::files::FilesystemEntry | |
| duplicate() const noexcept | limes::files::File | |
| end() const | limes::files::File | |
| exists() const noexcept | limes::files::FilesystemEntry | |
| File(const File &)=default (defined in limes::files::File) | limes::files::File | |
| File(File &&)=default (defined in limes::files::File) | limes::files::File | |
| FilesystemEntry()=default | limes::files::File | |
| FilesystemEntry(const Path &pathToUse) | limes::files::File | explicit |
| FilesystemEntry(const FilesystemEntry &)=default (defined in limes::files::File) | limes::files::File | |
| FilesystemEntry(FilesystemEntry &&)=default (defined in limes::files::File) | limes::files::File | |
| limes::files::FilesystemEntry::FilesystemEntry(const Path &pathToUse) | limes::files::FilesystemEntry | explicit |
| FilesystemEntry(const FilesystemEntry &)=default (defined in limes::files::FilesystemEntry) | limes::files::FilesystemEntry | |
| FilesystemEntry(FilesystemEntry &&)=default (defined in limes::files::FilesystemEntry) | limes::files::FilesystemEntry | |
| getAbsolutePath(bool makePreferred=false) const noexcept | limes::files::FilesystemEntry | |
| getCfile(CFile::Mode mode=CFile::Mode::Read) const noexcept | limes::files::File | |
| getCurrentExecutable() | limes::files::File | static |
| getCurrentModule() | limes::files::File | static |
| getDirectory() const | limes::files::FilesystemEntry | |
| getDirectoryObject() const noexcept | limes::files::FilesystemEntry | |
| getFileExtension() const | limes::files::File | |
| getFilename(bool includeExtension=false) const | limes::files::File | |
| getFileObject() const noexcept | limes::files::FilesystemEntry | |
| getHardLinkCount() const noexcept | limes::files::File | |
| getInputStream() const | limes::files::File | |
| getLastModificationTime() const noexcept | limes::files::FilesystemEntry | |
| getName() const noexcept | limes::files::FilesystemEntry | |
| getNextFile() | limes::files::TempFile | static |
| getOutputStream() const | limes::files::File | |
| getParentDirectory() const | limes::files::FilesystemEntry | |
| getPath(bool makePreferred=false) const noexcept | limes::files::FilesystemEntry | |
| getPermissions() const | limes::files::FilesystemEntry | |
| getSibling(const std::string_view &siblingName) const | limes::files::FilesystemEntry | |
| getSymLinkObject() const noexcept | limes::files::FilesystemEntry | |
| getVolume() const noexcept | limes::files::FilesystemEntry | |
| hasFileExtension(const std::string_view &extension) const | limes::files::File | |
| hasFileExtension() const | limes::files::File | |
| isAbsolutePath() const noexcept | limes::files::FilesystemEntry | |
| isBelow(const Directory &directory, std::size_t depthLimit=50) const | limes::files::FilesystemEntry | |
| isDirectory() const noexcept final | limes::files::File | virtual |
| isFile() const noexcept final | limes::files::File | virtual |
| isHidden() const | limes::files::FilesystemEntry | |
| isMacOSBundle() const noexcept | limes::files::File | |
| isRelativePath() const noexcept | limes::files::FilesystemEntry | |
| isSymLink() const noexcept final | limes::files::File | virtual |
| isValid() const noexcept | limes::files::FilesystemEntry | |
| loadAsLines() const | limes::files::File | |
| loadAsString() const noexcept | limes::files::File | |
| makeAbsoluteRelativeTo(const Path &basePath) noexcept | limes::files::FilesystemEntry | |
| makeAbsoluteRelativeToCWD() noexcept | limes::files::FilesystemEntry | |
| moveToTrash() noexcept | limes::files::FilesystemEntry | |
| operator bool() const noexcept | limes::files::FilesystemEntry | |
| operator Path() const noexcept | limes::files::FilesystemEntry | |
| operator!=(const FilesystemEntry &other) const noexcept | limes::files::FilesystemEntry | |
| operator!=(const Path &other) const noexcept | limes::files::FilesystemEntry | |
| operator/(const std::string_view &subpathName) const | limes::files::FilesystemEntry | |
| operator/=(const std::string_view &subpathName) | limes::files::FilesystemEntry | |
| operator<(const FilesystemEntry &other) const noexcept | limes::files::FilesystemEntry | |
| operator<(const Path &other) const noexcept | limes::files::FilesystemEntry | |
| operator<<(std::ostream &os, const File &file) | limes::files::File | related |
| limes::files::FilesystemEntry::operator<<(std::ostream &os, const FilesystemEntry &value) | limes::files::FilesystemEntry | related |
| operator=(const TempFile &)=delete (defined in limes::files::TempFile) | limes::files::TempFile | |
| operator=(TempFile &&other) noexcept | limes::files::TempFile | |
| operator=(const File &)=default (defined in limes::files::File) | limes::files::File | |
| operator=(File &&)=default (defined in limes::files::File) | limes::files::File | |
| limes::files::File::operator=(const Path &newPath) | limes::files::File | |
| limes::files::File::operator=(const std::string_view &newPath) | limes::files::File | |
| operator=(const FilesystemEntry &)=default (defined in limes::files::FilesystemEntry) | limes::files::FilesystemEntry | |
| operator=(FilesystemEntry &&)=default (defined in limes::files::FilesystemEntry) | limes::files::FilesystemEntry | |
| operator==(const FilesystemEntry &other) const noexcept | limes::files::FilesystemEntry | |
| operator==(const Path &other) const noexcept | limes::files::FilesystemEntry | |
| operator>(const FilesystemEntry &other) const noexcept | limes::files::FilesystemEntry | |
| operator>(const Path &other) const noexcept | limes::files::FilesystemEntry | |
| operator>>(std::istream &is, const File &file) | limes::files::File | related |
| overwrite(const char *const data, std::size_t numBytes) const noexcept | limes::files::File | |
| overwrite(const std::string_view &text) const noexcept | limes::files::File | |
| PermOptions typedef | limes::files::FilesystemEntry | |
| prepend(const char *const data, std::size_t numBytes) const noexcept | limes::files::File | |
| prepend(const std::string_view &text) const noexcept | limes::files::File | |
| rename(const Path &newPath) noexcept | limes::files::FilesystemEntry | |
| replaceFileExtension(const std::string_view &newFileExtension, bool renameOnDisk=true) | limes::files::File | |
| resize(std::uintmax_t newSizeInBytes, bool allowTruncation=true, bool allowIncreasing=true) const noexcept | limes::files::File | |
| revealToUserInFileBrowser() const | limes::files::FilesystemEntry | |
| setPermissions(FSPerms permissions, PermOptions options=PermOptions::replace) const noexcept | limes::files::FilesystemEntry | |
| sizeInBytes() const | limes::files::FilesystemEntry | virtual |
| TempFile(const Path &filepath, bool destroyOnDelete=true) | limes::files::TempFile | explicit |
| TempFile(const TempFile &)=delete (defined in limes::files::TempFile) | limes::files::TempFile | |
| TempFile(TempFile &&other) noexcept | limes::files::TempFile | |
| Time typedef | limes::files::FilesystemEntry | |
| touch() const | limes::files::FilesystemEntry | |
| touch_noCreate() const | limes::files::FilesystemEntry | |
| ~FilesystemEntry()=default | limes::files::FilesystemEntry | virtual |
| ~TempFile() final | limes::files::TempFile | |