Click or drag to resize

FileGetError Method

Returns the last error that happened when trying to perform operations. Compare with the ERR_FILE_* constants from Error.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error GetError()

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.File.GetError"]

See Also