diff options
Diffstat (limited to 'src/fs/files.h')
-rw-r--r-- | src/fs/files.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fs/files.h b/src/fs/files.h index b91f7e9ab..65b2f6325 100644 --- a/src/fs/files.h +++ b/src/fs/files.h @@ -63,6 +63,10 @@ namespace Files const std::string &restrict text); void deleteFilesInDirectory(std::string path); + + void enumFiles(StringVect &files, + std::string path, + const bool skipSymlinks); } // namespace Files #endif // UTILS_FILES_H |