Where is system.DocumentsDirectory on...

Does anyone know where the file is put if I specify this path:
[lua]local path = system.pathForFile(“moo.txt”, system.DocumentsDirectory)[/lua]

on:

Corona Simulator for MAC OSX?
Corona Simulator for Windows 7?
iPhone3?
iPhone4?
iPad?
Android?

[import]uid: 13381 topic_id: 5687 reply_id: 305687[/import]

Wow… nevermind my noobness. The answer is:

[lua]print("The path is: " … path)[/lua]
[import]uid: 13381 topic_id: 5687 reply_id: 19477[/import]