Skip to content

Refactor: replace our ad-hoc path handling with pathlib #113

Open
@igalic

Description

@igalic

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions