Introduction - If you have any usage issues, please Google them yourself
Visual C# delete the directory source code examples, is an example of the operation FSO component, examples include two methods, one is by calling Directory.Delete (string path) to achieve, and the other is to call Directory.Delete (string path, bool recursive ) to achieve, demonstrate first create a directory, and then delete it, open the CMD console window when the test will be exe onto the window open to see the effect.