Yaml_Save can be used to save a yaml file.
Yaml_Save(pYaml, FilePathTo)
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. |
None.
Simple Yaml Parser, Yaml_Init, Yaml_Get, Yaml_Set, Yaml_Add, Yaml_Insert, Yaml_Clone, Yaml_Delete, Yaml_DeleteAll, Yaml_Exist
; None.