saveXML()

Output / Files

Description

Saves an XML object to a file.

Syntax

bool saveXML(std::string path, const XML& x)

Parameters

NameTypeDescription
pathstd::stringpath to write to
xXMLthe XML object to save

Returns

bool

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...