Answers for "python how to count number of files in a directoru"

-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 "python how to count number of files in a directoru"

Python Answers by Framework

Browse Popular Code Answers by Language