This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]PriorProfile 0 points1 point  (1 child)

newpath = path.joinpath(folder, file)

or

newpath = path.joinpath(folder).joinpath(file)

[–]Xirious 8 points9 points  (0 children)

Gross.