Delphi: How to SET(write) extended file properties?

前端 未结 3 1929
后悔当初
后悔当初 2021-02-10 16:15

I would like to set properties as shown in Windows Explorer File Properties->Summary Tab (Authors, Title, Subject, etc). (In Windows 7 is the Details tab) I already know how to

3条回答
  •  情书的邮戳
    2021-02-10 16:47

    To write summary information use IPropertyStorage:WriteMultiple method. See MSDN sample WriteRead. Not delphi but is easy to convert.

提交回复
热议问题