VolkerK
VolkerK

Reputation: 96159

Change journal operations in .NET?

I'm looking for the .NET/C# way of performing Change Journal Operations (without importing unmanaged code).

Any hints or RTM-links?

Upvotes: 6

Views: 2260

Answers (2)

Tim Friesen
Tim Friesen

Reputation: 355

This looks promising (and in C#):

http://mchangejournal.codeplex.com/

You have to download the Source code as there are no official Releases. I was able to run the demo (on Windows 7), but not able to see which Files were changed. This library may still be in its infancy.

Upvotes: 3

Eoin Campbell
Eoin Campbell

Reputation: 44308

This might be useful

http://www.codeproject.com/KB/files/Eyes_on_NTFS.aspx

Upvotes: 1

Related Questions