I need to get the full path of a file by providing its filename in python 2.7. Unfortunately I am not allowed to use the pathlib module.
Example:
filename: python.exe
full path that i want to print : C:\app\tools\python27\python.exe
Thanks in advance for everyone who takes some time to response.