Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个关于使用 C# 获取/设置“文件历史记录”(Windows 8)设置的问题
Windows 提供了一个 API File History API,“允许应用程序读取和修改文件历史配置”
我找到了一个演示如何使用文件历史记录的 cpp 示例
文件历史示例
这很好用:)
我只需要找到一种方法将其从 cpp 移动到 c#