sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #40857
Re: [Question #404525]: save to text file
Question #404525 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/404525
Status: Open => Answered
RaiMan proposed the following answer:
a file with a relative path spec or no path at all is written to the
current working directory, which depends with Sikuli on where and how
you run your script.
use
print os.path.abspath("accounts.txt")
to find out, where it is written actually.
In doubt you have to specify you file with a path or use the os.path
features to create a suitable path at runtime.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.