Answers for "python count number of files"

-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 count number of files"

Python Answers by Framework

Browse Popular Code Answers by Language