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
(
in String path
,
in long mode_flags
,
in String pass
)

Meta