Document: save

save

Saves an XML document to the specified location.

 Public Sub save(
	  ByVal destination As String )

Parameters

destination
[ByVal] String. Specifies the file name. Note that this must be a file name rather than a URL. The file is created if necessary and the contents are entirely replaced with the contents of the saved document.

Remarks

Not implemented.

See Also

Project VBDOM Overview Class Document Overview Document Properties Document Methods nodeFromID selectNodes