int LuaFileSystem::deleteFile(lua_State *L) { const char *path = LuaUtils::retrieve<const char *>(L, -1); const bool fileDeleted = fs::deleteFile(path); ...
確定! 回上一頁