sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #03904
Re: [Question #164091]: Copying Screenshots using Python
Question #164091 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/164091
RaiMan proposed the following answer:
Sorry, for being faulty :-(
In a filename string back slashes must either be escaped (doubled) or
you may use a raw string r"some text that is taken as is".
shutil.move(f,r"C:\Documents and Settings\ vbhatt\Desktop\some-
name.png")
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.