How to delete a given directory recursively in C# ? A directory containing files.
Should the System.IO.Directory.Delete with the second parameter true
true
Yup, that's the point of that parameter. Did you try it and have any problems? (I've just double-checked, and it works fine for me.)