File.openEncryptedWithPass

Opens an encrypted file in write or read mode. You need to pass a password to encrypt/decrypt it.

struct File
@nogc nothrow
GodotError
openEncryptedWithPass
(
StringArg0
StringArg2
)
(
in StringArg0 path
,
in long mode_flags
,
in StringArg2 pass
)

Meta