How to set and get values in Detail Properties of file? c#

折月煮酒 提交于 2019-12-23 18:22:38

问题


I recently tried the Shell32.dll , which allowed me to get the values, but doesn't allow me to set them.

Tried DSOFile.dll, it does allow me to read a very few values, but doesn't allow me to set them.

Anyway i can do this?


回答1:


Try below link this will help you to solve your problem:-

http://www.codeproject.com/Articles/7987/Retrieve-detailed-information-of-a-File

http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/bb887b05-2018-4978-b115-c8c98e3542ce



来源:https://stackoverflow.com/questions/17524646/how-to-set-and-get-values-in-detail-properties-of-file-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!