Comment 3 for bug 1269650

Revision history for this message
RaiMan (raimund-hocke) wrote :

@Jay
I do not know where you get that.

if you have something like that
someFolder/someBundle.sikuli

then exactly someBundle.sikuli is the folder containing the "bundle-stuff"

... and this is returned by getBundlePath()

so if you want to access something inside the bundle:
myStuff = os.path.join(getBundlePath(), "myStuff.xxx")

supposing:
someFolder/someBundle.sikuli/myStuff.xxx