|
|
|
@@ -36,7 +36,10 @@ class JUCE_API FileSearchPath |
|
|
|
public:
|
|
|
|
//==============================================================================
|
|
|
|
/** Creates an empty search path. */
|
|
|
|
FileSearchPath();
|
|
|
|
FileSearchPath() = default;
|
|
|
|
|
|
|
|
/** Destructor. */
|
|
|
|
~FileSearchPath() = default;
|
|
|
|
|
|
|
|
/** Creates a search path from a string of pathnames.
|
|
|
|
|
|
|
|
@@ -53,9 +56,6 @@ public: |
|
|
|
/** Copies another search path. */
|
|
|
|
FileSearchPath& operator= (const FileSearchPath&);
|
|
|
|
|
|
|
|
/** Destructor. */
|
|
|
|
~FileSearchPath();
|
|
|
|
|
|
|
|
/** Uses a string containing a list of pathnames to re-initialise this list.
|
|
|
|
|
|
|
|
This search path is cleared and the semicolon- or comma-separated folders
|
|
|
|
|