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

2016-08-31 Thread Haden Derrington-Holburn
Question #268974 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268974 Haden Derrington-Holburn posted a new comment: @ eduardobedoya (gonnabdh) in the line # SIKoutput = file(SIKoutput_dir + "SIKoutput.txt", "w") what does the "w" do? thanks -- You received this question

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

2016-08-31 Thread Haden Derrington-Holburn
Question #268974 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268974 Haden Derrington-Holburn posted a new comment: or rai-man idk. anyone who can tell me what that does would be much appreciated -- You received this question notification because your team Sikuli Drivers is

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

2015-07-07 Thread eduardobedoya
Question #268974 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268974 Summary changed to: How to create, write, append, delete file in Sikuli? it is possible to create a file with the clipboard content? -- You received this question notification because you are a member of

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

2015-07-07 Thread RaiMan
Question #268974 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268974 Status: Open = Answered RaiMan proposed the following answer: consult the Python dis about how to use files. -- You received this question notification because you are a member of Sikuli Drivers,

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

2015-07-07 Thread eduardobedoya
Question #268974 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268974 Status: Answered = Open eduardobedoya is still having a problem: Hi Raiman, please tell me, I read a launchpad answer from 2012, please tell me, is this answer deprecated??

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

2015-07-07 Thread eduardobedoya
Question #268974 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268974 eduardobedoya gave more information on the question: Now Im using a Laptop with two harddrives, C and E, but let's say a pretend to use Sikuli in a system with only one C drive, can Sikuli write files in any

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

2015-07-07 Thread eduardobedoya
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)

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

2015-07-07 Thread eduardobedoya
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)

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

2015-07-07 Thread eduardobedoya
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)

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

2015-07-07 Thread eduardobedoya
Question #268974 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268974 Status: Open = Solved eduardobedoya confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli