Answers for "write python code to read the folder name and find the count of number of files in that"

-1

count a number of file in a folder python

import os
len([item for item in os.listdir(folderPath)])
Posted by: Guest on April-17-2021

Code answers related to "write python code to read the folder name and find the count of number of files in that"

Python Answers by Framework

Browse Popular Code Answers by Language