Answers for "how to get number of files through python in os"

6

python count files directory

import os
len(os.listdir(directory))
Posted by: Guest on April-03-2020

Code answers related to "how to get number of files through python in os"

Python Answers by Framework

Browse Popular Code Answers by Language