Manager: Add function to check if file is system type

This commit is contained in:
Riyyi
2021-09-23 17:24:17 +02:00
parent e7d1515fca
commit 58bf5b98ee
2 changed files with 13 additions and 9 deletions
+1
View File
@@ -42,6 +42,7 @@ private:
void forEachDotfile(const std::vector<std::string>& targets, const std::function<void(std::filesystem::directory_entry, size_t, size_t)>& callback);
bool filter(const std::filesystem::path& path);
bool include(const std::filesystem::path& path, const std::vector<std::string>& targets);
bool isSystemTarget(const std::string& target);
static std::vector<ExcludePath> s_excludePaths;
static std::vector<std::filesystem::path> s_systemDirectories;