TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mario
NA
1
0
FileSystemWatcher and its buffer
Feb 27 2007 11:44 AM
Hi all, I have a big problem with a bug of the filesystemWatcher (or let's say a bug in my way of doing it). My software scan a folder for new created files, it then use this file to make some treatment and then it backup the file. The thing is that some times I need 2 files to do the treatment and when I fisnih I back those 2 files up. But when I do that the FSW break. I mean, let's the FSW has 3 files in its buffer : {file1, file2, file3} It first call myfunction( file1 ), while treating file1, I need file2, as file2 exists, I do my things and then backup them up. But now, the FSW try to call myfunction( file2 ) but it crashs as file2 has been moved. How can I control the FSW to tell it to go to file3 ?
Reply
Answers (
0
)
Problem in running Excel-embeded .Net application
Using Project Folders