Windows path in python
Posted
by Gareth
on Stack Overflow
See other posts from Stack Overflow
or by Gareth
Published on 2010-06-01T22:29:06Z
Indexed on
2010/06/01
22:33 UTC
Read the original article
Hit count: 341
python
Hi all. 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?
Thanks, Gareth
© Stack Overflow or respective owner