Answers for "python search directory, list all folder and image file"

3

get list file in folder python

lstJson = [f for f in os.listdir(str(self.pathJson)) if f.endswith('.json')]
        return lstJson
Posted by: Guest on March-28-2021

Code answers related to "python search directory, list all folder and image file"

Python Answers by Framework

Browse Popular Code Answers by Language