I'm working on retrieve images from csv file. Right now, i could manage.
- retrieve data base64 images from a csv file
- convert base64 image & export it as a .jpeg files in a directory
which the directory is like this
├── assets
    ├── export
        ├── img1.jpeg
        ├── img2.jpeg
        ├── img3.jpeg
        ├── ...
how do i get all imgs path from the export directory?.
 
     
     
    