Using pathlib Instead of os in Python

Using pathlib Instead of os in Python

I am in the middle of a project for work right now requiring me to grab a list of files, identifying the parent directories, file names, and other information. I then use the path and an Amazon module to upload the files to an S3 bucket. I have used the os module in...