A subclass of Path and PureWindowsPath, this class represents concrete Windows filesystem paths:
class pathlib.WindowsPath(*pathsegments)
>>> WindowsPath('c:/Program Files/') WindowsPath('c:/Program Files')