[mono-android] Save and use data on USB KEY

Jonathan Pryor jonp at xamarin.com
Tue Jun 26 18:05:14 UTC 2012


On Jun 21, 2012, at 1:59 AM, serge69 wrote:
> I want to save and use data 

Use System.IO, as normal.

> I d'ont now how write and read,  file for save it, in USB key or SD card.

The SD card location can be obtained from Android.OS.Environment.ExternalStorageDirectory:

	http://androidapi.xamarin.com/?link=P%3aAndroid.OS.Environment.ExternalStorageDirectory

 - Jon



More information about the Monodroid mailing list