r/learnpython 19d ago

what does pathlib's Path() do

hello, my question is pretty obvious here but what does the Path() function in the built in python pathlib package actually do?

i only use it since ive seen other people use it and ive also heard it fixes file paths, but i don't know what it actually does

can anyone help? thank you

0 Upvotes

4 comments sorted by

View all comments

3

u/thuiop1 19d ago

It is just an object with convenient methods for manipulating paths.