Click or drag to resize

DirectoryGetDriveCount Method

On Windows, returns the number of drives (partitions) mounted on the current filesystem. On other platforms, the method returns 0.

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

Return Value

Type: Int32

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

See Also