I have been using Directory.Delete(String, Boolean) from MSDN to remove main folder, its subfolders and its content.
Is there any faster way of deleting the main folder than the method above?
Thank you
I have been using Directory.Delete(String, Boolean) from MSDN to remove main folder, its subfolders and its content.
Is there any faster way of deleting the main folder than the method above?
Thank you