Question #699864 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/699864

    Status: Open => Answered

RaiMan proposed the following answer:
The feature currently is only accessible via the IDE GUI.

In 2.0.6 the feature will be revised anyways. Will make it available as
a command line option too.

For the current 2.0.5 you have to run a script, that internally calls
the feature worker to do what you want:

import org.sikuli.script.FileManager as SXFM
SXFM.makeScriptjar(("plain", "<absolute path to a valid .sikuli folder>"))

mind the double brackets: the function expects a list of strings.

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to