File.openEncrypted

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

struct File
@nogc nothrow
GodotError
openEncrypted
(
StringArg0
)
(
in StringArg0 path
,
in long mode_flags
,
in PoolByteArray key
)

Meta