local profile = choiceProfile()
if profile ~= nil then
local path=gg.EXT_STORAGE..'/Android/data/com.ea.game.simcitymobile_rok/files/'
if exists(path) then
local fileName = gg.EXT_STORAGE..'/Android/data/com.ea.game.simcitymobile_rok/files/benchmark.txt'
local file =
io.open(fileName, "w")
file:write(profile)
file:close()
end
end