Re: Help please with code to find and move files.



On Sun, 30 Dec 2007 18:42:50 -0800 (PST), infixum <ctrachte@xxxxxxxxx>
wrote:


path = r"c:\\"

I don't know if this is the whole problem, but this line should read
r'c:\' (one backslash).


after changing i got this

path = r"c:\"
^
SyntaxError: EOL while scanning single-quoted string

.



Relevant Pages