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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to