#pragma once #include #include using Path = std::filesystem::path; class Directory { public: static std::vector getFilesWithExtension(const Path& path, const std::string& extension); };