Name of SaveAs path

Upon creation of a new CorelDRAW document, the ActiveDocument..name is  "Untitled-1", the "1" can be other number.  As this is a new document, the ActiveDocument..FilePath is "", an empty string.

However, if I use File | Save As, the Save As Document folder field contains "C:\My Documents".

I would like to obtain this folder field value from within my VBA macro.

How may this field value be obtained, or what is the activedocument property, or method for access?

Thanks in advance.