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"
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 #