My app is creating some files. I want to see these files in file system of my device or simulator. Can I get access to file system?
Asked
Active
Viewed 215 times
1

SurvivalMachine
- 7,946
- 15
- 57
- 87

Tim
- 1,606
- 2
- 20
- 32
-
Do you mean that you want to see them in the file browser on the device/simulator? Or are you trying to do this in your app? – jprofitt Jan 03 '12 at 16:49
-
waiting for your response please see the comment of jprofitt and give some more information... – Govindarao Kondala Jan 04 '12 at 04:56
-
simulators of devices that support SD cards allow you to designate a local folder on your development machine to hold the contents of the virtual SD card. You could then use Windows Explorer to watch the folder you choose. – Remy Lebeau Jan 04 '12 at 06:33
-
I want to see them in the file browser. – Tim Jan 04 '12 at 07:14