Yes u can use System.IO.FileExist(path) alternatively u can use : Java.IO.File file = new Java.IO.File(path); if (file.Exists())
Regards Mahesh -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Know-if-a-file-already-exists-in-the-internal-storage-tp4428476p4431046.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
