|
-
April 25th, 2009, 04:42 PM
#1
Read the content of a file before it is being changed
Hi,
I'm monitoring a directory to see if there are any changes in its content. If a certain file in this directory is being changed, or overriden, I want to be able to read its content before it have been changed with the new content.
Naturally, I tried using FileSystemWatcher class, but it allerts me that the file changed after it have changed, and the old content is already gone.
Can someone point me to a solution, proferrably another C# class which provide the functionality I'm looking for?
Thanks
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
|