64File FileSearchPath::operator[] (
int index)
const
74 if (
d.containsChar (
';'))
77 return dirs.joinIntoString (
";");
140 bool recurse,
const String& wildcard)
const
151 const bool checkRecursively)
const
155 if (checkRecursively)
Definition juce_Array.h:56
Definition juce_File.h:45
Array< File > findChildFiles(int whatToLookFor, bool searchRecursively, const String &wildCardPattern="*", FollowSymlinks followSymlinks=FollowSymlinks::yes) const
Definition juce_File.cpp:564
const String & getFullPathName() const noexcept
Definition juce_File.h:153
File getParentDirectory() const
Definition juce_File.cpp:358
bool isAChildOf(const File &potentialParentDirectory) const
Definition juce_File.cpp:380
bool isFileInPath(const File &fileToCheck, bool checkRecursively) const
Definition juce_FileSearchPath.cpp:150
void add(const File &directoryToAdd, int insertIndex=-1)
Definition juce_FileSearchPath.cpp:80
void remove(int indexToRemove)
Definition juce_FileSearchPath.cpp:95
void init(const String &)
Definition juce_FileSearchPath.cpp:48
void removeNonExistentPaths()
Definition juce_FileSearchPath.cpp:125
void addPath(const FileSearchPath &)
Definition juce_FileSearchPath.cpp:100
String toString() const
Definition juce_FileSearchPath.cpp:69
int getNumPaths() const
Definition juce_FileSearchPath.cpp:59
StringArray directories
Definition juce_FileSearchPath.h:164
void removeRedundantPaths()
Definition juce_FileSearchPath.cpp:106
bool addIfNotAlreadyThere(const File &directoryToAdd)
Definition juce_FileSearchPath.cpp:85
Array< File > findChildFiles(int whatToLookFor, bool searchRecursively, const String &wildCardPattern="*") const
Definition juce_FileSearchPath.cpp:132
Definition juce_String.h:53
register unsigned j
Definition inflate.c:1576
unsigned d
Definition inflate.c:940
register unsigned i
Definition inflate.c:1575
Definition carla_juce.cpp:31