Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Saves the given xml data on specified path.

void $XmlRepository.Save(path: string, xml: ( string | Xml ))

Arguments

string path
Specifies the path to save the data. If there is any data in the specified path, the child path will be replaced.
( string | Xml ) xml
Specifies the xml data to save.