saveXML()
Output / FilesDescription
Saves an XML object to a file.
Syntax
bool saveXML(std::string path, const XML& x)
Parameters
| Name | Type | Description |
|---|---|---|
| path | std::string | path to write to |
| x | XML | the XML object to save |
Returns
boolRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...