How to type s.type("D:\solr\example\exampledoc");

Asked by Vaishali

I m using eclipse for sikuli programming.. if is use s.type("D:\solr\example\exampledoc"); a syntax error appears Invalid escape sequence (valid ones are \b \t \n \f \r \" \' \\ )...

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

s.type("D:\\solr\\example\\exampledoc");

Revision history for this message
Vaishali (vaishoo-vasu) said :
#2

Thanks RaiMan, that solved my question.