$XmlRepository.Save

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.

Copyright © 2010 - 2023 Emakin. All rights reserved.