How to access and modify file properties in C#?

  • Thread starter Thread starter ywchan
  • Start date Start date
Y

ywchan

I have a program that automatically generate a file and I need to put some
information in the file properties.

Any ideas? Thanks
 
I want to access and modify the following file properties
1. when you open an application e.g. word / acrobat reader, those
information in file -> properties.
2. when you right click the file, choose properties, the information stored
in summary

thanks
 
There is a class name FileInfo in System.IO , you may find what you want
with it.
 
hi,

did you get any unswers??

i have the same problem.

I need to put some information in the file properties, like some dates, or text that describe the file.

thanks.



I have a program that automatically generate a file and I need to put some
information in the file properties.

Any ideas? Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top