1
  1. Is it possible to access phone storage in WP7 Mango? I can see Adobe Reader is reading attachments saved from emails, can my program do it too?

  2. Is is possible to open a file uploaded on SkyDrive?

I need to open a .txt file and then manipulate its strings.

user963935
  • 493
  • 4
  • 20

2 Answers2

2

Is it possible to access phone storage in WP7 Mango? I can see Adobe Reader is reading attachments saved from emails, can my program do it too?

No. Adobe had to get Microsoft's help (blessing) for that.

Is is possible to open a file uploaded on SkyDrive?

The Live SDK for Windows Phone 7 should get you started with that.

There is a sample project on GitHub for working with and manipulating data on SkyDrive.

Community
  • 1
  • 1
vcsjones
  • 138,677
  • 31
  • 291
  • 286
0

You can find more answers to these already asked questions.

  1. Accessing files outside of Isolated Storage in WP7 Mango
  2. https://stackoverflow.com/questions/7346450/download-file-from-skydrive
Community
  • 1
  • 1
Tomislav Markovski
  • 12,331
  • 7
  • 50
  • 72