Click or drag to resize

ConfigFileSave Method

Saves the contents of the ConfigFile object to the file specified as a parameter. The output file uses an INI-style structure.

Returns one of the Error code constants (OK on success).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error Save(
	string path
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Godot.ConfigFile.Save(System.String)"]

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.ConfigFile.Save(System.String)"]

See Also