Function File.openEncryptedWithPass

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

godot.core.defs.GodotError openEncryptedWithPass (
  const(String) path,
  const(long) mode_flags,
  const(String) pass
) nothrow @nogc;