History of files on windows 8

I have a question related to Get / Set File History settings (Windows 8) using C #

Windows has provided a file history API which "allows applications to read and reconfigure file history"

  • Is there a version of this API for C #?
  • Is .NET 4.5 required?
  • Are there any code examples how to use this API?
+5
source share
1 answer

I found a cpp sample that demonstrates how to use file history

File History Example

it works well :)

I just need to find a way to move it from cpp to c #

+2
source

All Articles