← Back to team overview

sikuli-driver team mailing list archive

[Question #292697]: Using open( ), where to find the output file?

 

New question #292697 on Sikuli:
https://answers.launchpad.net/sikuli/+question/292697

I'm using the Python function open( ) to create and write to a .txt file, but where is this .txt file located?

Example SikuliX code:

with open('output.txt', 'w') as f:
    for k in range(n):
        f.write(c_str[k] + '\n')

I'm using a Mac.

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