使用 Vb.NET 一次移动十个文件
我寻求使用 .NET (vb c#) 每 10 分钟将 10 个文件从一个文件夹移动到另一个文件夹 我在想我可以通过 LINQ 查询来实现这一点,但我无法理解这个 - 是否有 LINQ 或其他方式的解决方案 可以选择最后 10 个文件或前 10 个文件。这样我就只能将这些文件从 Directory1 (大文件池)移动到director 2 (更小、更易于管理的文件池)。 如果全部失败,那么我将不得不一次手动复制或剪切。 问候 谢谢
I as seeking to move 10 file every 10 minutes from one folder to another using .NET (vb c#)
I am was thinking that i could of achieve this with LINQ query, but i cant get my head around this -
would there be a solution with LINQ or otherwise
that can select the last 10 files form or top 10 files. so that i can move only these files from Directory1 ( the big pool of files) into director 2 ( a smaller more manageable pool of files).
If all fails- then i wll manually have to copy or cut to at a time.
Regards
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以这样做:
You can do like this: