driveName

Just like std.path.driveName, but operates on Path.

  1. PathT!C driveName(PathT!C path)
    @safe pure nothrow
    driveName
    (
    C
    )
  2. inout(C)[] driveName(inout(C)[] path)

Meta