← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #294425]: Sikuli changing application search path

 

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

    Status: Open => Answered

Karl proposed the following answer:
If your code is similar to this,: open("name.txt", 'w') 
the file will be saved where your sikulix.jar file is located.

Use a full path to specify the paths and you should be good (i.e.
open(getBundleFolder()+"name", 'w'))

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