Answers for "print the folder name and the count of files in the folder using python code"

6

python count files directory

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

Code answers related to "print the folder name and the count of files in the folder using python code"

Python Answers by Framework

Browse Popular Code Answers by Language