I just copy the file path into a raw string. It handles the backslash being treated as escape problem.
raw"\part1\part2\etc"
Same solution as that from @cchderrick
I just copy the file path into a raw string. It handles the backslash being treated as escape problem.
raw"\part1\part2\etc"
Same solution as that from @cchderrick