diff options
| author | 2020-05-14 21:42:48 +0100 | |
|---|---|---|
| committer | 2020-05-19 19:45:06 +0100 | |
| commit | 7c126a98e4735cb9ecda35085ed38097c07d03e9 (patch) | |
| tree | b1544720e9d5aa86fd40ffda5db7af35b0f76ba9 /include | |
| parent | Fix parsing <security:announceinvites>. (diff) | |
Replace FileSystem::GetFileList with std::filesystem.
Diffstat (limited to 'include')
| -rw-r--r-- | include/fileutils.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/fileutils.h b/include/fileutils.h index 09540e05a..542f77a23 100644 --- a/include/fileutils.h +++ b/include/fileutils.h @@ -80,14 +80,6 @@ public: */ static std::string GetFileName(const std::string& path); - /** Gets a list of files which exist in the specified directory. - * @param directory The directory to retrieve files from. - * @param entries A vector which entries will be added to. - * @param match If defined then a glob match for files to be matched against. - * @return True if the directory could be opened; otherwise false. - */ - static bool GetFileList(const std::string& directory, std::vector<std::string>& entries, const std::string& match = "*"); - /** Determines whether the given path starts with a Windows drive letter. * @param path The path to validate. * @returns True if the path begins with a Windows drive letter; otherwise, false. |
