save(path:)

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

    ConfigFile.swift:394
    final func save(path: String) -> GodotError

    Returns ok on success, or one of the other GodotError values if the operation failed.

    Other members in extension

    Type members

    Instance members