[Sikuli-driver] [Question #269449]: How to select and copy multiple/random files through sikuli?

2015-07-20 Thread Dhaval Rajput
New question #269449 on Sikuli: https://answers.launchpad.net/sikuli/+question/269449 I am trying to select multiple random files through Sikuli IDE but not able to select through keyword syntax? Suppose on C: drive I have one folder TEST 123 and in their folder approx 25 files exists. Now I

Re: [Sikuli-driver] [Question #269449]: How to select and copy multiple/random files through sikuli?

2015-07-20 Thread RaiMan
Question #269449 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269449 Status: Open => Answered RaiMan proposed the following answer: do not fiddle around visually, just use Python's baked in file features. look for - how to list files in a folder - how to copy files --