A string representing the drive letter or name, if any:
PurePath.drive
>>> PureWindowsPath('c:/Program Files/').drive
'c:'
>>> PureWindowsPath('/Program Files/').drive
''
>>> PurePosixPath('/etc').drive
''
>>> PureWindowsPath('//host/share/foo.txt').drive
'\\\\host\\share'