Skip to content

XML - End Editing File (and Save)

This custom action lets you close an XML resource being edited, optionally save XML data to an XML file and free memory.

Property NameData TypeDescription
FilenameStringFull path to the XML file to be saved (can use PB variables).
IDXMLTXMLIDA unique string identifier associated to the opened XML resource.
SaveFileBooleanIf set to True, the XML file is saved. If set to False, no XML data is saved: all changes are lost. Generally, you’ll use False if you were just reading data from existing XML files.