Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change journal operations in .NET?

Tags:

.net

windows

ntfs

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

Any hints or RTM-links?

like image 346
VolkerK Avatar asked Nov 02 '08 18:11

VolkerK


1 Answers

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.

like image 139
Tim Friesen Avatar answered Oct 09 '22 20:10

Tim Friesen