Click or drag to resize

FileStoreString Method

Appends string to the file without a line return, encoding the text as UTF-8.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void StoreString(
	string string
)

Parameters

string
Type: SystemString

[Missing <param name="string"/> documentation for "M:Godot.File.StoreString(System.String)"]

See Also