On Jul 29, 2011, at 4:20 AM, was wrote: > As an aside, I would have thought that sending/receiving files between > Android devices and PCs would be a fundamental requirement for many Android > apps, so I was surprised to see this capability missing from Monodroid.
As far as I know, it isn't missing from Mono for Android. From what little I can gather from Google, no Android APIs are required to transfer files over the USB cable [0]. I would instead surmise that if you want files from your app to be visible from the PC that you need to place them into Context.GetExternalFilesDir(string)[1] or Environment.ExternalStorageDirectory. - Jon [0] https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/38364/~/droid---transfer-files-to%2Ffrom-my-computer [1] http://docs.mono-android.net/Android.Content.Context.GetExternalFilesDir%20(string) [2] http://docs.mono-android.net/Android.OS.Environment.ExternalStorageDirectory _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid