From 7c126a98e4735cb9ecda35085ed38097c07d03e9 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 14 May 2020 21:42:48 +0100 Subject: Replace FileSystem::GetFileList with std::filesystem. --- include/fileutils.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') 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& 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. -- cgit v1.3.1-10-gc9f91