I need to know if there is way i can get the full path of any folder using a python program when i navigate using file explorer.
Suppose i have opened file explorer and then i navigated to D: drive then i opened a folder Music, is there any way to get this path using python D:\Music
I want the python program to return me the path where I am currently at in the explorer.
For example
If I open E drive in file explorer program should return E:
and in drive E if I click on Music folder
the program should return E:\Music
and if I go back one step from Music folder using back button in explorer
the program should return E:\ again