Click or drag to resize

FileOpenEncryptedWithPass Method

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error OpenEncryptedWithPass(
	string path,
	FileModeFlags modeFlags,
	string pass
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Godot.File.OpenEncryptedWithPass(System.String,Godot.File.ModeFlags,System.String)"]

modeFlags
Type: GodotFileModeFlags

[Missing <param name="modeFlags"/> documentation for "M:Godot.File.OpenEncryptedWithPass(System.String,Godot.File.ModeFlags,System.String)"]

pass
Type: SystemString

[Missing <param name="pass"/> documentation for "M:Godot.File.OpenEncryptedWithPass(System.String,Godot.File.ModeFlags,System.String)"]

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.File.OpenEncryptedWithPass(System.String,Godot.File.ModeFlags,System.String)"]

See Also