Results 1 to 3 of 3

Thread: [resolved]FileSystemWatcher problem?

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 2004
    Posts
    362

    [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
  •  



Click Here to Expand Forum to Full Width