Ned Batchelder on Nostr: Since #Python's pathlib.Path lets you use `/` to join paths together, why not this to ...
Since #Python's pathlib.Path lets you use `/` to join paths together, why not this to get absolute paths?
abs(Path.home() / "my_file")
https://discuss.python.org/t/add-floordiv-to-pathlib-path-for-strict-append/1077/6
abs(Path.home() / "my_file")
https://discuss.python.org/t/add-floordiv-to-pathlib-path-for-strict-append/1077/6