5

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?

Toto
  • 89,455
  • 62
  • 89
  • 125
jovanMeshkov
  • 757
  • 5
  • 12
  • 29

1 Answers1

2

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

Jack
  • 253
  • 3
  • 8
  • First link only reads, its ok... Seconds link reads and can write on some attributes, not all... – jovanMeshkov Jul 08 '13 at 10:58
  • there are possibility that you have readonly attribute.Do you want to change them as well. – Jack Jul 08 '13 at 12:35
  • I mean, second link has functionality to write on some attributes, fo others I can do nothing... can't access them... – jovanMeshkov Jul 08 '13 at 21:16
  • This answer is old, but, please, add the important / most relevant information in the answer itself. Links rot (especially the ones from microsoft), making the answer not useful anymore to the visitors of Stack Overflow. – Pac0 Jun 29 '20 at 07:35