Document.GetPathName (obsolete)
| Superseded by Document.FullName 
 // ----- javascript sample ----- // instead of: // strPathName = Application.ActiveDocument.GetPathName(); // use now: strPathName = Application.ActiveDocument.FullName; | 
Method: GetPathName() as String
Description
The method GetPathName gets the path of the active document.
See also Document.SetPathName (obsolete).