Right-clicking on any file in windows explorer lets you access file properties, including title, subject, author, comments, etc.
How can I set these properties using .NET? The FileVersionInfo class lets you retrieve these properties but not set them; I have not found anything to let me set them.
Does anyone know how to do this? Thanks.
How can I set these properties using .NET? The FileVersionInfo class lets you retrieve these properties but not set them; I have not found anything to let me set them.
Does anyone know how to do this? Thanks.