The file count function must take a source directory (i.e. usr/source). It should populate a list with filenames as well as update a file counter. The function should traverse the source directory and for every file that ends with '.h' call a read function with the true path of the source file.
The folder count function must take a source directory (i.e. usr/source). It should populate a list with foldernames as well as update a folder counter.
- [x] The file count function must take a source directory (i.e. usr/source). It should populate a list with filenames as well as update a file counter. The function should traverse the source directory and for every file that ends with '.h' call a read function with the true path of the source file.
- [x] The folder count function must take a source directory (i.e. usr/source). It should populate a list with foldernames as well as update a folder counter.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Traverse functions added.