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





after changing i got this

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

Sorry about that. You can't end with a backslash - my bad. I just
tried this in the interpreter and 'c:' works.

.



Relevant Pages