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# 中完成此操作?
我试过关注但没用!
System.Diagnostics.FileVersionInfo fvo = System.Diagnostics.FileVersionInfo.GetVersionInfo(filePath); fvo.Comments = "Some Text";
请提供任何帮助!