Trying to use Excel VBA to capture all the file attributes from files on disk, including extended attributes. Was able to get it to loop through the files and capture the basic attributes (that come from the file system):
- File Path
- File Name
- File Size
- Date Created
- Date Last Accessed
- Date Last Modified
- File Type
Would also like to capture the extended properties that come from the file itself:
- Author
- Keywords
- Comments
- Last Author
- Category
- Subject
And other properties which are visible when right clicking on the file.
The goal is to create a detailed list of all the files on a file server.