Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WP7 Accessing phone files and folders

How to access the files and folders from the phones memory not application memory(i.e isolated storage) ?

like image 627
Ashish Avatar asked Apr 09 '12 07:04

Ashish


1 Answers

It is not possible. Every app has its own directory and permissions to operate inside it. There is no chance to get to files outside that directory.

You can use launchers and choosers to get some data from other places (like contact list or photos) but you cannot get to that files directly.

like image 100
MarcinJuraszek Avatar answered Oct 28 '22 14:10

MarcinJuraszek