如何配置“复制文件”和“移动文件”文件系统任务中的操作?

发布于 2024-10-15 09:50:52 字数 621 浏览 1 评论 0原文

查看MSDN 文件系统任务编辑器(常规页面)< /a> 文章,我不清楚应该为源值和目标值提供什么。

对于移动文件,它表示“移动文件时,请勿在您提供的目标目录路径中包含文件名。”,但对于则不然复制文件

我本以为我可以提供

SourceVariable = User::MyFileName     
DestinationVariable = User::MyDestinationFolder     

我对移动或复制文件没有任何乐趣。 MyFileName var 应在 ForEach 容器中使用 *.ext 设置,但从监视窗口中查看,它似乎被设置为 filename.ext< /code> 而不是 c:\source\filename.ext

在包的前面部分,我使用相同的逻辑来打开和读取文件,并且工作正常。这里可能有什么问题?

Looking at the MSDN File System Task Editor (General Page) article, it is not clear to me what should be supplied for the source and target values.

It says "When moving a file, do not include a file name in the directory path that you provide as the destination." for move file, but not for copy file.

I would've thought that I could supply

SourceVariable = User::MyFileName     
DestinationVariable = User::MyDestinationFolder     

I'm not having any joy with either move or copy file. The MyFileName var should be set during a ForEach container using *.ext, but from looking in the watch window, it appears to be set to filename.ext and not c:\source\filename.ext.

In an earlier part of the package, I'm using the same logic to open and read the files and it's working fine. What could be the issue here?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怪我鬧 2024-10-22 09:50:52

我没有注意到 foreach 容器上的单选按钮,特别是我没有设置“完全合格”。

我仍然不明白为什么我的包的“文件打开”部分工作得很好,因为它似乎没有使用该路径。

I had failed to notice the radio buttons on the foreach container, specifically I did not have 'fully qualified' set.

I still don't understand why the 'file opening' part of my package is working perfectly, given that it does not appear to use the path.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文