Help please with code to find and move files.

inFocus at sl.com inFocus at sl.com
Sun Dec 30 21:51:06 EST 2007


On Sun, 30 Dec 2007 18:42:50 -0800 (PST), infixum <ctrachte at gmail.com>
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




More information about the Python-list mailing list