Yaml_Save


Yaml_Save can be used to save a yaml file.

Yaml_Save(pYaml, FilePathTo)

Parameters

Parameter

Description

pYaml

This is the pointer previously returned from Yaml_Init().

FilePathTo

File to save database to. When this parameter is empty dump of database as text is returned only.

Return Value

None

Remarks

None.

Related

Simple Yaml Parser, Yaml_Init, Yaml_Get, Yaml_Set, Yaml_Add, Yaml_Insert, Yaml_Clone, Yaml_Delete, Yaml_DeleteAll, Yaml_Exist

Example

; None.