C#编程-34:拷贝整个文件夹

先引用: Microsoft.VisualBasic


using Microsoft.VisualBasic.FileIO;


FileSystem.CopyDirectory(sourcePath,destinationPath,UIOption.AllDialogs);


UIOption.AllDialogs参数会显示拷贝的操作进度。

上一篇:shaderlab内置变量


下一篇:C#编程-33:表达式和运算符笔记