data: Fixed performance drop in file path search
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
const std::vector<FilePath>& paths, const std::vector<std::string>& fileExtensions);
|
||||
|
||||
static std::string getTimeStringNow();
|
||||
static std::vector<FilePath> getSubDirectoies(const FilePath& path);
|
||||
static std::vector<FilePath> getSubDirectories(const FilePath& path);
|
||||
|
||||
static bool exists(const std::string& path);
|
||||
static std::string fileName(const std::string& path);
|
||||
|
||||
Reference in New Issue
Block a user