class pathlib.WindowsPath(*pathsegments)
A subclass of Path
and PureWindowsPath
, this class represents concrete Windows filesystem paths:
>>> WindowsPath('c:/Program Files/') WindowsPath('c:/Program Files')
pathsegments is specified similarly to PurePath
.
Please login to continue.