6

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

Any hints or RTM-links?

Funk Forty Niner
  • 74,450
  • 15
  • 68
  • 141
VolkerK
  • 95,432
  • 20
  • 163
  • 226

2 Answers2

3

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.

Tim Friesen
  • 335
  • 1
  • 11
1

This might be useful

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

Eoin Campbell
  • 43,500
  • 17
  • 101
  • 157