Published
- 1 min read
How to delete folder with files on c#
The solution for this is noted below
How to delete folder with files on c#
Solution
Directory.Delete(@"folderPath", true);
Try other methods by searching on the site. That is if this doesn’t work