Retrieving sandboxed files

I am designing a simple application to record reflexes and I need to save this data and read it into the computer for more sophisticated statistics. However, when i save to the system.DocumentsDirectory I cannot see the files anywhere when I browse the microSD card via USB mass storage. is there any way to view these files or if anyone knows of a better way to transfer data to a pc from android phone please let me know.
[import]uid: 55057 topic_id: 10718 reply_id: 310718[/import]

bump, anyone? surely there has to be a way to transfer data onto the computer. I need to load data onto the computer for processing. surely someone has loaded data for instance a user survey or something.
[import]uid: 55057 topic_id: 10718 reply_id: 39210[/import]

if you can read the file, you can probably use this thing i posted sometime back. Again this is simple dirty hack to get thing done… for more robust solution you can consider uploading file to webserver or emailing.

http://developer.anscamobile.com/code/print-function-device-small-dirty-hack

[import]uid: 48521 topic_id: 10718 reply_id: 39270[/import]

If you just wish the app to create some data to test with, you can run it in the Simulator and access the Simulator’s Documents directory.
Jon uses this to create level data for games on his Simulator then saves to a file and copies the file from the Simulator’s directory on his Mac. [import]uid: 10389 topic_id: 10718 reply_id: 39272[/import]