Where is the documents directory for the simulator?

Trying to figure out how to save and load data. When you create a file in the documents directory, where (on the computer) does it get saved when you run the app in the simulator? I need to be able to delete it.

local path = system.pathForFile( "data.txt", system.DocumentsDirectory ) [import]uid: 52127 topic_id: 12051 reply_id: 312051[/import]

From the simulator look at the sandbox directory. (I do not have a comp at the moment, so unsure of the exact menu entry) [import]uid: 3826 topic_id: 12051 reply_id: 43954[/import]

Found it. It’s called File -> Show Project Sandbox. Thanks. [import]uid: 52127 topic_id: 12051 reply_id: 44069[/import]