#pragma once #include #include #include class FSUtils { public: static int32_t LoadFileToMem(std::string_view filepath, std::vector &buffer); static bool CreateSubfolder(std::string_view fullpath); };