Click or drag to resize

FileClose Method

Closes the currently opened file and prevents subsequent read/write operations. Use Flush to persist the data to disk without closing the file.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void Close()
See Also