I am reading a list of files from a path in my windows application and I want to display the properties of the file in a grid. How can I get the type, title, author, size (in KB) of a file. I can get some attributes of the file using FileInfo and FileSystemInfo but not the title, author?