Open
Description
We have a lot of ad-hoc path-handling that is probably better handled by a library.
Enter, pathlib
In particular validation:
- Theoretical: is this string a valid path?
- and practical: Is this path a Symlink?
Paths are dangerous! (#111) and should be handled with care.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.