ConfigFile.saveEncryptedPass

Saves the contents of the ConfigFile object to the AES-256 encrypted file specified as a parameter, using the provided password to encrypt it. The output file uses an INI-style structure. Returns one of the error code constants (OK on success).

struct ConfigFile
@nogc nothrow
GodotError
saveEncryptedPass
(
in String path
,
in String password
)

Meta