A Python based File searching program
- Run this program in the Python interpreter
- Enter the full/partial name of file to be searched
- Enter the path of directory in which file is to be searched
- an User Interface
- Option to choose DFS or BFS.(It now offers only DFS)
- Option to enter full file name if the user knows the file name.(This may help in performance)
- Option to exclude system/application/user-defined directories.