N
NBB
I have a FileSystemWatcher set and working with the OnFileCreated
event. Only thing is, it launches too quickly!
I'm copying MP3 files into a directory (the directory that the FSW
monitors) and seeing as how the files being copied are somewhat large,
the OnFileCreated event doesn't wait until the actual copying
procedure is finished. Therefore, the stuff I have set to happen at
the OnFileCreated event doesn't run, because the file is completely
written.
Is there a way to force the OnFileCreated event to delay for a set
time before it executes?
BTW-This email address is no longer in service, so please reply here
in the boards.
Thanks!
event. Only thing is, it launches too quickly!
I'm copying MP3 files into a directory (the directory that the FSW
monitors) and seeing as how the files being copied are somewhat large,
the OnFileCreated event doesn't wait until the actual copying
procedure is finished. Therefore, the stuff I have set to happen at
the OnFileCreated event doesn't run, because the file is completely
written.
Is there a way to force the OnFileCreated event to delay for a set
time before it executes?
BTW-This email address is no longer in service, so please reply here
in the boards.
Thanks!