Question: How to Retrieve document properties with DocumentTools

How does one retrieve document properties of some target file.

I tried ..

with(DocumentTools):
Retrieve("c:\\Users\laptop22\Documents\Start2Test.mw", "GetDocumentProperty('all')")

however that ended in error

***************edit added****************
From the help pages

Why Apply Document Properties?

The Document Properties feature allows you to record data associated with your document, such as the author or date of creation. This data is not displayed in your document but could be read by an external processing tool.

It does say read by external processing tool, but Maple has the command Retrieve so I would think it is also possible within Maple, maybe not with Retrieve since it is specifically looking for labels.  But perhaps there is another way?

Please Wait...