Close XML File

Closes an open XML file, optionally saving it in the process.

 

Input Arguments

 

0

Integer

XML File Handle

The handle to the XML file as returned from the

Open XML File command.

1

Boolean

Save?

TRUE if the file should be saved; FALSE otherwise.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The file was closed successfully.

FAILURE

The file handle was invalid, or could not be saved.

 

Remarks

None.