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.