标签: c# io
我有图像和视频文件。 我想存储这些文件的一些描述(后来在retreive上)。 我怎样才能在C#中实现这个目标?
我试过以下但没有用!
System.Diagnostics.FileVersionInfo fvo = System.Diagnostics.FileVersionInfo.GetVersionInfo(filePath); fvo.Comments = "Some Text";
请帮忙!