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

struct ConfigFile
@nogc nothrow
GodotError
save
(
in String path
)

Meta