Hi,
I am in need for some help.
I am trying to list all the files in one folder (and subfolders). These are all SolidWorks files (so .sldasm and .sldprt)
So far all is working.
But I also want to have the Summary properties of these files, such as Title, Keywords, Subject and Author.
And with this part I'm having (a lot of) problems.
I've tried the following:
In which objFile.Path contains the full path to the document (of which I want the properties).
This code above has no errors but show a "" as result.
What am I doing wrong?
Some extra info:
I have also tried making this with "Set objShell = CreateObject("Shell.Application")" but in this case I get "Not available" for most of the values.
You could also propose to make a SolidWorks macro with API but the thing is that this has to work on computers without SolidWorks.
Thanks in advance!
Bookmarks