我想移动此文件夹和任何子文件夹&它下面的文件。
\\server\Paperport\Sales\Jobs\26500-26549\
到
\\server\Archives\Jobs\
它需要看起来像
\\server\Archives\Jobs\26500-26549\
\\server\Archives\Jobs\26500-26549\XYZ
子文件夹将包含子文件夹。 是否更容易使用xcopy命令调用批处理文件?
编辑:
所以我已经尝试了我能找到的所有东西,但没有添加它,因为我认为没有必要提及,因为它与该线程的未来观众没有直接关系;
所以我的研究发现;
my.computer.movedirectory(folder, destlocation) - only moves the files in the folder
movefile(folder, destlocation) - only used for moving a file
MSDN显示没有直接功能,因此发布。
所以现在我已经把你的绒毛给了你,我们能不能继续解决这个问题?