摘要: private static void PathCopyFilesWithOriginalFolder() { int sourceFilesNum = 0; try { string sourceDir = @"E:\Source"; string destDir = @"E:\Dest"; string[] allSourceFiles = Directory.GetFiles(sourceD 阅读全文
posted @ 2019-12-04 11:15 FredGrit 阅读(401) 评论(1) 推荐(0) 编辑
摘要: based on https://stackoverflow.com/questions/659013/accessing-a-shared-file-unc-from-a-remote-non-trusted-domain-with-credentials 阅读全文
posted @ 2019-12-04 09:52 FredGrit 阅读(2211) 评论(0) 推荐(0) 编辑