Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

File History on windows 8

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

Windows has provided an API File History API that "allows applications to read and modify the File History configuration"

  1. Is there a C# version of this API?
  2. Does it require .NET 4.5?
  3. Are there any code samples of how to use this API?
like image 530
user844541 Avatar asked Nov 03 '22 22:11

user844541


1 Answers

I found a cpp sample that demonstrate how to use File History

File history Sample

this works well :)

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

like image 88
user844541 Avatar answered Nov 12 '22 13:11

user844541