This forum is closed. Thank you for your contributions.
hi
in my xamarin.android app i am unable to delete file present on SD card, i am using simple below code which should delete the file but sadly it isn't getting deleted, i am using physical device
File.Delete(); //File is of type Java.IO.File