When coding in Python and executing this line of code:
print("https://stackoverflow.com/")
It is shown in the running console as a pretty nice link =).
But how can I archive that with a local path?
What is not working is:
print("file:///C:\Programs\something")
print("C:\Programs\something")