Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / June 2007

Tip: Looking for answers? Try searching our database.

Tracking changes on specified file

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
krystiankow@gmail.com - 09 Jun 2007 22:49 GMT
Hi

I need to precisely track changes on a specified file. I have to be
able to know exactly what bytes of a file had been modified (or how
much added/deleted). This file is a binary file containing an old
database, changes on it are made by an dedicated DBMS. I found
FileSystemWatcher class but it does not give me information of what
bytes are modified.
Ben Voigt [C++ MVP] - 09 Jun 2007 23:01 GMT
> Hi
>
[quoted text clipped - 4 lines]
> FileSystemWatcher class but it does not give me information of what
> bytes are modified.

NTFS Change Journal might or might not give you that information.  If not,
you will need a file system filter driver to intercept the write requests.

You should also know that the area written is likely to be larger than the
actual block changed.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.