The Dev Shelf
To delete a folder in C#, you just need to call "Directory.Delete" function.
Directory.Delete(<Pass here valid folder path>, true);
No comments:
Post a Comment