如何使用C#.net创建文件夹

问题描述:

如何使用C#.net创建文件夹

how to create folder with C#.net

您是否考虑过购买初学者的书并阅读,或者尝试使用google? System.IO.Directory.CreateDirectory.
Have you considered buying a beginner book and reading it, or experimenting with how to use google ? System.IO.Directory.CreateDirectory.