where is the data saved by “saveLocalData”

what is the path of the file which saved data by “saveLocalData” . Thank you very much!!!

ifile acess it

Codea Rookie

It is saved inside the application sandbox, at /Library/Preferences/com.twolivesleft.Codify.plist

saveProjectData() will save data to a “Data.plist” inside your project bundle. This might be more suitable if you need direct access to the data file.

Hello @abyss2007. It does not add much to @Simeon’s explanation, but you may find the page on the Codea Wiki here of interest, particularly the last part.