Click or drag to resize

DirectoryGetCurrentDrive Method

Returns the currently opened directory's drive index. See GetDrive(Int32) to convert returned index to the name of the drive.

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

Return Value

Type: Int32

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

See Also