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 / Languages / Managed C++ / July 2004

Tip: Looking for answers? Try searching our database.

tracking file system changes

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Muddassir - 27 Jul 2004 09:32 GMT
hi everybody

I am writing an application for tracking files and directory changes
I used

FindFirstChangeNotification
FindNextChangeNotification
FindCloseChangeNotification
ReadDirectoryChangesW

and these are working fine and I can track all changes.

Now I want to interrupt the file system events like if the file i
being changed i want to interrupt this function and want to take th
file backup first. hope u got what i want to know . so can u peopl
please help me out in this problem ??? what functions /methods to us
for this.

Hope to see positive response

byeeeee
Carl Daniel [VC++ MVP] - 27 Jul 2004 14:50 GMT
> hi everybody
>
[quoted text clipped - 13 lines]
> please help me out in this problem ??? what functions /methods to use
> for this.

Normally this kind of thing is done using a file system filter driver and a
cooperating service - which is a very different thing from simply tracking
changes.  To write a filter driver, you'll need to purchase the "IFS Kit",
which goes for about $900, and plan to spend a year or so learning enough
about the file system to write a high-quality driver.

You might not be aware, but Windows Server 2003 has a facility called
"Volume Shadow Copy" that can transparently do this for you (within certain
parameters).

-cd

Rate this thread:







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.