how to use glob if I have a parent folder and an child folder and I want to read from each all files.
From example if I have folder Results and into folder Results I have 5 folders
, Results1
, Results2
... Results5
and in each folder I have more images how to read in order each pictures, from Result1
after Result2
...
How to make it using glob, or you have another suggestion, for example how to storage all name of file from folder Results ?
Thanks!