← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #209710]: how to open a folder

 

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

j proposed the following answer:
Do you want to open it in python or do you want sikuli to open it?

In Python you can open a file with something like

open("C:\\Program Files\\Microsoft\\Microsoft Access 2010 Interactive
Guide\\ClientBin\\xyz","r")

or if you want to copy a file

shutil("C:\\Program Files\\Microsoft\\Microsoft Access 2010 Interactive
Guide\\ClientBin\\xyz",  "C:\\new\\location\xyz")

If you want Sikuli to open it on the desktop, I can't see the problem,
doubleclicks and some images should do.

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