Mike, I think it refers to the Windows Explorer.
Besides the fact that jwxpnd would like "to collect the information from a group of files" programmatically through VFP, Windows Explorer does have that tab in File -> Properties dialog.
Yes, I am referring to the file properties dialog in the Explorer. Some files (such as images) have the summary tab and I would like to collect that information.
Some more "common" file properties (name, size, date & time of the last modification, attributes) you can get using ADIR() function.
But I don't think the properties you refer to are natively available in VFP. Possibly, some API functions may help to retrieve them.
Take a look at thread184-1268702. It is not 100% what you want, but I think it may help you handle your task. It has a very useful piece of code; I wonder if the same code can retrieve the properties you want.
You might also want to try using the FileSystemObject.
--------------
Good Luck To get the most from your Tek-Tips experience, please read
FAQ181-2886
As a circle of light increases so does the circumference of darkness around it. - Albert Einstein
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.