aboutsummaryrefslogtreecommitdiff
path: root/src/Filesystem.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Filesystem.hpp')
-rw-r--r--src/Filesystem.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Filesystem.hpp b/src/Filesystem.hpp
index 98fbdcd..a87c0a3 100644
--- a/src/Filesystem.hpp
+++ b/src/Filesystem.hpp
@@ -32,6 +32,7 @@ public:
bool Scan(std::string root = "./wwwroot");
bool Scan(std::string root, std::vector<std::string> extensions, bool exclude_extensions = false);
FilesDict & GetFiles();
+ void GetFilenamesSorted(std::vector<std::string> & sortedFilenames);
private:
bool AddSingleFile(std::string path, std::string root);