问题描述
大家好,
我希望应用程序使用FileSystem Watcher或任何其他方法观看目录。
如果任何文件粘贴在该目录中,我可以移动或执行任何其他操作。
如果我粘贴单个文件它工作正常。
如果我粘贴多个文件,它只是占用最后一个文件并忽略其余文件。
我正在使用codeproject下面的程序
[]
你能帮我吗?
谢谢你。
Asutosha
Hi All,
I want a application to watch Directory using FileSystem Watcher or any other method.
if any file(s) paste in that directory , I can move or do any other action.
if i paste single file it is working fine.
if i paste multiple file it is just taking last file and ignore rest of the files.
I am using below program from codeproject
C#: Application to Watch a File or Directory using FileSystem Watcher[^]
Can you help me in this?
thanks you.
Asutosha
推荐答案
希望这可以帮助您更正代码。
问候,
Hope this helps you correct your code.
Regards,
这篇关于希望应用程序使用FileSystem Watcher或任何其他方法来查看目录。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!