Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add function to check for specific file extension in a folder case-in…
…sensitive A new function, check_for_file_with_extension, has been added to the file.py module. This function traverses through a specified folder path and checks for the presence of files with a particular extension. It logs specifically to the console if such files are found or not before returning a boolean.
- Loading branch information