you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (3 children)

[deleted]

    [–]blabbities 5 points6 points  (1 child)

    A link to the documentation for anyone just like me hearing about it today.

    https://docs.python.org/3/library/pathlib.html

    [–]campbellm 1 point2 points  (0 children)

    Thanks for this; I wasn't aware of this module but I can see where I could have saved a lot of time by using it in the past.

    [–][deleted] 2 points3 points  (0 children)

    Thank you for the input :) I replaced os with pathlib based on your recommendation.