Exclude hidden files from scandir
I am using the following code to get a list of images in a directory:
I am using the following code to get a list of images in a directory:
My python script executes an os.listdir(path)
where the path is a queue containing archives that I need to treat one by one.