addToDock() const | juce::File | |
addTrailingSeparator(const String &path) | juce::File | static |
appendData(const void *dataToAppend, size_t numberOfBytes) const | juce::File | |
appendText(const String &textToAppend, bool asUnicode=false, bool writeUnicodeHeaderBytes=false, const char *lineEndings="\r\n") const | juce::File | |
areFileNamesCaseSensitive() | juce::File | static |
commonApplicationDataDirectory enum value | juce::File | |
commonDocumentsDirectory enum value | juce::File | |
containsSubDirectories() const | juce::File | |
copyDirectoryTo(const File &newDirectory) const | juce::File | |
copyFileTo(const File &targetLocation) const | juce::File | |
copyInternal(const File &) const | juce::File | private |
create() const | juce::File | |
createDirectory() const | juce::File | |
createDirectoryInternal(const String &) const | juce::File | private |
createFileWithoutCheckingPath(const String &absolutePath) noexcept | juce::File | static |
createInputStream() const | juce::File | |
createLegalFileName(const String &fileNameToFix) | juce::File | static |
createLegalPathName(const String &pathNameToFix) | juce::File | static |
createOutputStream(size_t bufferSize=0x8000) const | juce::File | |
createShortcut(const String &description, const File &linkFileToCreate) const | juce::File | |
createSymbolicLink(const File &linkFileToCreate, bool overwriteExisting) const | juce::File | |
createSymbolicLink(const File &linkFileToCreate, const String &nativePathOfTarget, bool overwriteExisting) | juce::File | static |
createTempFile(StringRef fileNameEnding) | juce::File | static |
currentApplicationFile enum value | juce::File | |
currentExecutableFile enum value | juce::File | |
deleteFile() const | juce::File | |
deleteRecursively(bool followSymlinks=false) const | juce::File | |
descriptionOfSizeInBytes(int64 bytes) | juce::File | static |
exists() const | juce::File | |
existsAsFile() const | juce::File | |
File()=default | juce::File | |
File(const String &absolutePath) | juce::File | |
File(const File &) | juce::File | |
File(File &&) noexcept | juce::File | |
findChildFiles(int whatToLookFor, bool searchRecursively, const String &wildCardPattern="*", FollowSymlinks followSymlinks=FollowSymlinks::yes) const | juce::File | |
findChildFiles(Array< File > &results, int whatToLookFor, bool searchRecursively, const String &wildCardPattern="*", FollowSymlinks followSymlinks=FollowSymlinks::yes) const | juce::File | |
findDirectories enum value | juce::File | |
findFiles enum value | juce::File | |
findFilesAndDirectories enum value | juce::File | |
findFileSystemRoots(Array< File > &results) | juce::File | static |
FollowSymlinks enum name | juce::File | |
fullPath | juce::File | private |
getBytesFreeOnVolume() const | juce::File | |
getChildFile(StringRef relativeOrAbsolutePath) const | juce::File | |
getContainerForSecurityApplicationGroupIdentifier(const String &appGroup) | juce::File | static |
getCreationTime() const | juce::File | |
getCurrentWorkingDirectory() | juce::File | static |
getFileExtension() const | juce::File | |
getFileIdentifier() const | juce::File | |
getFileName() const | juce::File | |
getFileNameWithoutExtension() const | juce::File | |
getFileTimesInternal(int64 &m, int64 &a, int64 &c) const | juce::File | private |
getFullPathName() const noexcept | juce::File | inline |
getLastAccessTime() const | juce::File | |
getLastModificationTime() const | juce::File | |
getLinkedTarget() const | juce::File | |
getMacOSType() const | juce::File | |
getNativeLinkedTarget() const | juce::File | |
getNonexistentChildFile(const String &prefix, const String &suffix, bool putNumbersInBrackets=true) const | juce::File | |
getNonexistentSibling(bool putNumbersInBrackets=true) const | juce::File | |
getNumberOfChildFiles(int whatToLookFor, const String &wildCardPattern="*") const | juce::File | |
getParentDirectory() const | juce::File | |
getPathUpToLastSlash() const | juce::File | private |
getRelativePathFrom(const File &directoryToBeRelativeTo) const | juce::File | |
getSeparatorChar() | juce::File | static |
getSeparatorString() | juce::File | static |
getSiblingFile(StringRef siblingFileName) const | juce::File | |
getSize() const | juce::File | |
getSpecialLocation(const SpecialLocationType type) | juce::File | static |
getVersion() const | juce::File | |
getVolumeLabel() const | juce::File | |
getVolumeSerialNumber() const | juce::File | |
getVolumeTotalSize() const | juce::File | |
globalApplicationsDirectory enum value | juce::File | |
globalApplicationsDirectoryX86 enum value | juce::File | |
hasFileExtension(StringRef extensionToTest) const | juce::File | |
hashCode() const | juce::File | |
hashCode64() const | juce::File | |
hasIdenticalContentTo(const File &other) const | juce::File | |
hasWriteAccess() const | juce::File | |
hostApplicationPath enum value | juce::File | |
ignoreHiddenFiles enum value | juce::File | |
invokedExecutableFile enum value | juce::File | |
isAbsolutePath(StringRef path) | juce::File | static |
isAChildOf(const File &potentialParentDirectory) const | juce::File | |
isBundle() const | juce::File | |
isDirectory() const | juce::File | |
isHidden() const | juce::File | |
isOnCDRomDrive() const | juce::File | |
isOnHardDisk() const | juce::File | |
isOnRemovableDrive() const | juce::File | |
isRoot() const | juce::File | |
isShortcut() const | juce::File | |
isSymbolicLink() const | juce::File | |
loadFileAsData(MemoryBlock &result) const | juce::File | |
loadFileAsString() const | juce::File | |
moveFileTo(const File &targetLocation) const | juce::File | |
moveInternal(const File &) const | juce::File | private |
moveToTrash() const | juce::File | |
operator!=(const File &) const | juce::File | |
operator<(const File &) const | juce::File | |
operator=(const String &newAbsolutePath) | juce::File | |
operator=(const File &otherFile) | juce::File | |
operator=(File &&) noexcept | juce::File | |
operator==(const File &) const | juce::File | |
operator>(const File &) const | juce::File | |
parseAbsolutePath(const String &) | juce::File | privatestatic |
readLines(StringArray &destLines) const | juce::File | |
replaceFileIn(const File &targetLocation) const | juce::File | |
replaceInternal(const File &) const | juce::File | private |
replaceWithData(const void *dataToWrite, size_t numberOfBytes) const | juce::File | |
replaceWithText(const String &textToWrite, bool asUnicode=false, bool writeUnicodeHeaderBytes=false, const char *lineEndings="\r\n") const | juce::File | |
revealToUser() const | juce::File | |
setAsCurrentWorkingDirectory() const | juce::File | |
setCreationTime(Time newTime) const | juce::File | |
setExecutePermission(bool shouldBeExecutable) const | juce::File | |
setFileExecutableInternal(bool) const | juce::File | private |
setFileReadOnlyInternal(bool) const | juce::File | private |
setFileTimesInternal(int64 m, int64 a, int64 c) const | juce::File | private |
setLastAccessTime(Time newTime) const | juce::File | |
setLastModificationTime(Time newTime) const | juce::File | |
setReadOnly(bool shouldBeReadOnly, bool applyRecursively=false) const | juce::File | |
SpecialLocationType enum name | juce::File | |
startAsProcess(const String ¶meters=String()) const | juce::File | |
tempDirectory enum value | juce::File | |
TypesOfFileToFind enum name | juce::File | |
userApplicationDataDirectory enum value | juce::File | |
userDesktopDirectory enum value | juce::File | |
userDocumentsDirectory enum value | juce::File | |
userHomeDirectory enum value | juce::File | |
userMoviesDirectory enum value | juce::File | |
userMusicDirectory enum value | juce::File | |
userPicturesDirectory enum value | juce::File | |
windowsLocalAppData enum value | juce::File | |
windowsSystemDirectory enum value | juce::File | |
withFileExtension(StringRef newExtension) const | juce::File | |
~File()=default | juce::File | |