Open humphd opened 3 years ago
It's not a good idea to work with paths as regular strings. You have to be careful with lots of cross-platform issues, and all of this has been solved with built-ins like https://docs.python.org/3/library/pathlib.html
It's not a good idea to work with paths as regular strings. You have to be careful with lots of cross-platform issues, and all of this has been solved with built-ins like https://docs.python.org/3/library/pathlib.html