Hi everybody,
as I requested in another thread (Finding template of new drawing), I am seeking a way to find out the name and directory of the template file which is used for NEW drawing.
I tested all ways mentioned in the thread, with no success (shown as follow)
(getenv "General\\LastTemplate")
(getenv "LastTemplate")
(vla-get-TemplateDWGPath (vla-get-Files (vla-get-Preferences (vlax-get-acad-object))))
Indeed the returned name and path refers to Qnew template.
I appreciate any help