Click or drag to resize

DirectoryCurrentIsDir Method

Returns whether the current item processed with the last GetNext call is a directory (. and .. are considered directories).

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

Return Value

Type: Boolean

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

See Also