Click or drag to resize

DirectoryGetSpaceLeft Method

On UNIX desktop systems, returns the available space on the current directory's disk. On other platforms, this information is not available and the method returns 0 or -1.

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.Directory.GetSpaceLeft"]

See Also