Windows path in Python

What is the best way to represent a Windows directory, for example "C:\meshes\as"? I have been trying to modify a script but it never works because I can’t seem to get the directory right, I assume because of the '\' acting as escape character?

6 Answers
6

Leave a Comment