sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #33559
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 posted a new comment:
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 work to create a new line
SIKoutput.write("line2\n")
but this doesn't
SIKoutput.write("line2"+el)
But my main problem is that I can't write files to
C:\Users\UserName\Desktop, only to E: drive. any clue?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.