using ruby how to get number of files in a given Directory,the file count should include count from recursive directories.
Eg: folder1(2 files) —–> folder2(4 files)
and folder2 is inside folder1.
total count for above case should be 6 files.
is there any function in ruby which fetch me this count.
The fastest way should be (not including directories in count):
And shorter: