Closed beauremus closed 3 years ago
https://docs.python.org/3/library/pathlib.html
Pathlib provides a path class instead of the path string like os.path.
This was implemented as a part of the refactor. 8b90a0ff3fe306f37f36e1aeeba2b75baa73a90f There were lingering misunderstandings so there may still be Path bugs.
Path
https://docs.python.org/3/library/pathlib.html
Pathlib provides a path class instead of the path string like os.path.