Function ConfigFile.save

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).

godot.core.defs.GodotError save (
  const(String) path
) nothrow @nogc;