示例#1
0
文件: MyHub.cs 项目: qqzhw/HcdzManage
 public void CopyFileEx(string sourceFullPath, string targetFullPath)
 {
     FileUtilities.CreateDirectoryIfNotExist(Path.GetDirectoryName(targetFullPath));
     FileUtilities.CopyFileEx(sourceFullPath, targetFullPath, token);
 }