Altova StyleVision 2024 Enterprise Edition

Wird ersetzt durch Document.FullName

 

// ----- javascript sample -----

// instead of:

// strPathName = Application.ActiveDocument.GetPathName();

// use now:

strPathName = Application.ActiveDocument.FullName;

 

Methode: GetPathName() als String

 

Beschreibung

Die Methode GetPathNameruft den Pfad das aktiven Dokuments auf.

 

Siehe auch Document.SetPathName (nicht mehr verwendet).

© 2017-2023 Altova GmbH