About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
ThibH
6/7/2015 - 6:22 PM
share
Share
add_circle_outline
Save
Get script's execution path
Get the full path of where the script is being executed.
source.py
content_copy
file_download
os.path.dirname(os.path.realpath(__file__))
clear