Question #254991 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254991
RaiMan proposed the following answer: of course you can: the base functions are available in Python module os.path (see Python docs): import os path = os.environ['Sikuli_Scripts'] data.read(os.path.join(path, "test data", test data.txt") … no fiddling around with \ -- You received this question notification because you are a member of Sikuli Drivers, which 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

