Click or drag to resize

EditorFileSystemDirectoryGetParent Method

Returns the parent directory for this directory or null if called on a directory at res:// or user://.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public EditorFileSystemDirectory GetParent()

Return Value

Type: EditorFileSystemDirectory

[Missing <returns> documentation for "M:Godot.EditorFileSystemDirectory.GetParent"]

See Also