Directory.getDrive

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.

struct Directory
@nogc nothrow
String
getDrive
(
in long idx
)

Meta