Skip to content

Commit b0ee3ed

Browse files
committed
Python Script for counting files and directories recursively
1 parent e9d73c2 commit b0ee3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/P02_FileCount.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import os
55

6-
# Path in which we have to count files and directories
6+
# Path IN which we have to count files and directories
77
PATH = '/home/omkarpathak/Documents/GITs/Python-Programs/Scripts' # Give your path here
88

99
fileCount = 0

0 commit comments

Comments
 (0)