Answers for "count numer of fie in folder using python"

6

python count files directory

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

Code answers related to "count numer of fie in folder using python"

Python Answers by Framework

Browse Popular Code Answers by Language