XmlSaveFile

From Multi Theft Auto: Wiki
Revision as of 04:48, 3 July 2007 by Xanarki (talk | contribs)
Jump to navigation Jump to search

This function saves a loaded XML file.

Syntax

bool xmlSaveFile ( xmlnode rootNode ) 

Required Arguments

  • rootNode: the root xmlnode of the loaded XML file.

Returns

Returns true if save was successful, false if the XML file does not exist.

Example

xmlSaveFile("/resources/nwayo/meta.xml", doc) --Saves the XML file as a .doc

See Also