← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #677993]: Unable to paste \ sign

 

Question #677993 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/677993

    Status: Open => Answered

Manfred Hampl proposed the following answer:
If you manually enter the string like this
paste("C:\_private")
then the backslash character is (wrongly) interpreted as escape sequence starter.

Test your program with
paste("C:\\_private")
and it should correctly output a single backslash.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.