Possible Duplicate:
Read/Write 'Extended' file properties (C#)
I'm doing a list of files from a folder on a webpage and getting the files using DirectoryInfo and then using FileInfo. FileInfo has pretty much all info I need, but I'm missing one thing. It's the Author from the details "tab". I need to read and write the author so I can present that on the webpage. It doesn't really have to be the author in the details, just adding metadata or what not...
Anyone that can assist me with this issue?