Question #295370 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/295370
Status: Open => Answered
RaiMan proposed the following answer:
import os
dir = r"C:\Users\win7\Desktop|\textfiles"
for e in os.listdir(dir):
fileName = os.path.join(dir, e)
print fileName
print "all files processed"
... and then
App.open ("notepad" + fileName)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp