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




path = r"c:\\"

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