Wait for file transfer/copy to folder completed - using FileSystemWatcher
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm trying to get notified by application when the folder is added with new file. The problem is when the file being added to folder is very big....94 MB. And it takes > 15 minutes to complete the file transfer/copy. And I want only be notified by the application when the file transfer is completed. Currently I'm just able to get notified whenever the file is added to the folder, even if the file transfer/copy process still not completed :( Is there any tips to overcome this problem? Thank you very much for the help and tips. regards.