DirectoryGetDrive Method |
On Windows, returns the name of the drive (partition) passed as an argument (e.g. C:). On other platforms, or if the requested drive does not exist, the method returns an empty String.
Namespace: Godot
public string GetDrive( int idx )
[Missing <param name="idx"/> documentation for "M:Godot.Directory.GetDrive(System.Int32)"]
[Missing <returns> documentation for "M:Godot.Directory.GetDrive(System.Int32)"]