How to open multiple word document files

Asked by furni

How to open multiple word document files in order from the top of a folder?
Thanks in advance.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
furni
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

the base for a solution in a script:
http://www.tutorialspoint.com/python/os_listdir.htm

Revision history for this message
furni (dfhfour) said :
#2

Thanks RaiMan, that solved my question.