mutapath.Path.splitdrive

Path.splitdrive() → Return ``(p.drive, <the rest of p>)``.[source]

Split the drive specifier from this path. If there is no drive specifier, p.drive is empty, so the return value is simply (Path(''), p). This is always the case on Unix.