In my webapplication, I need to delete folder along with files.
string path = Server.MapPath(dt.Rows[0]["AudioPath"].ToString());
Path like this Audios\Demo\General\Ortho123\Ortho_123.wav
i need to delete in that folder(Ortho123\Ortho_123.wav) along with file.
How can i delete folder along with path can anyone please tell me.
Thank you.
Amit GuptaPosted Dec 2, 2016, 4:30 AM
User77Posted Dec 2, 2016, 4:00 AM
Nitin SontakkePosted Dec 2, 2016, 3:19 AM