文件名称:csharpdelfloder
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-09-12
- 文件大小:
- 6kb
- 下载次数:
- 0次
- 提 供 者:
- mpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Visual C#删除目录源码实例,是一个FSO组件操作例子,例子包括了两种方法,一种是通过调用 Directory.Delete(string path) 来实现,另一种是调用 Directory.Delete(string path, bool recursive)来实现,演示先创建一个目录,然后删除它,测试时请打开CMD控制台窗口,将exe拖放到本窗口打开可看到效果。-Visual C# to 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, the other is calling Directory.Delete (string path, bool recursive ) to achieve, demonstrate first create a directory, and then delete it, open the CMD console window test, drag the exe to open this window you can see the effect.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
删除目录\App.ico
........\AssemblyInfo.cs
........\Class1.cs
........\删除目录.csproj
........\删除目录.csproj.user
........\删除目录.sln
........\删除目录.suo
删除目录