In my project i need to read few files but i only know part of their name, for example:
- pacman01.screen.txt
- pacman02.screen.txt
- pacman03.screen.txt
The file name has to contain the ending (.screen) but the start may change. how can i open those files in lexicographically order.
thanks!