I have to find full path of some .exe files in python. I've tried the following but this always outputs C:\Users\Admin\.
os.path.abspath("file.exe")
I have to find full path of some .exe files in python. I've tried the following but this always outputs C:\Users\Admin\.
os.path.abspath("file.exe")
Specifications please. Where is your python script running from and it location for better understanding.