11 std::vector<std::filesystem::path> listFolders(
const std::filesystem::path &p_folderPath);
12 std::vector<std::filesystem::path> listFiles(
const std::filesystem::path &p_folderPath);
13 std::wstring readFileAsWString(
const std::filesystem::path &p_path);
14 std::string readFileAsString(
const std::filesystem::path &p_path);
15 std::vector<uint8_t> readFileAsBytes(
const std::filesystem::path &p_path);