I was using System.IO.Directory.EnumerateFiles( path ) and got no results. When I changed it to System.IO.Directory.GetFiles( path ) I get the list of .apk files. Steve Sharrock Architecture/Design/Programming www.sharkcode.com <blocked::http://www.sharkcode.com/>
_____ From: Steve Sharrock [mailto:[email protected]] Sent: Tuesday, October 25, 2011 11:30 AM To: 'Discussions related to Mono for Android' Subject: Clear Downloads /mnt/sdcard/download Our corporate users get updates to our app on almost a daily basis, and the "Download Directory" keeps all of the old .apk files. We'd like to remove older versions; but, it appears I can't get access to the files in this directory. I know we can connect the Android to a PC and choose "USB Mass Storage" and delete the files from the PC. I hope there is a was we can do this from within our apps. Steve Sharrock Architecture/Design/Programming www.sharkcode.com <blocked::http://www.sharkcode.com/>
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
