Altova XMLSpy 2024 Professional Edition

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).

© 2017-2023 Altova GmbH