|
-
Sep 4th, 2011, 10:04 AM
#1
Thread Starter
Hyperactive Member
[resolved]FileSystemWatcher problem?
I'm using FileSystemWatcher in an application. it monitors the files in a folder, then do some processing. I monitor FileCreate, Change, Rename, Delete event.
the problem is: when I copy some images to that folder, it fired the create event, but the file is not actually ready, so, when I load the file in the event handler, it failed.
how can deal with this correctly?
thanks
bear
Last edited by FlyingBear; Sep 4th, 2011 at 01:24 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|