Sebuah string yang mewakili huruf atau nama drive, jika ada:
PurePath.drive
>>> PureWindowsPath('c:/Program Files/').drive
'c:'
>>> PureWindowsPath('/Program Files/').drive
''
>>> PurePosixPath('/etc').drive
''
>>> PureWindowsPath('//host/share/foo.txt').drive
'\\\\host\\share'