#pragma once #include #include struct FileInfo { std::string name; int type; int size; }; std::vector ListDir(const std::string& dirName);