← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #268974]: How to create, write, append, delete file in Sikuli? it is possible to create a file with the clipboard content?

 

Question #268974 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268974

eduardobedoya gave more information on the question:
cuz Im doing this...
SIKoutput_dir = "E:"
SIKoutput = file(SIKoutput_dir + "SIKoutput.txt", "w")
SIKoutput.write("wuajaajjaja\n")
SIKoutput.write("line2\n")
SIKoutput.write("line3")
SIKoutput.close()

this works to create a new line
SIKoutput.write("line2\n")
but this doesn't
SIKoutput.write("line2"+el)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.