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
michalczaplinski
8/22/2014 - 5:38 PM
share
Share
add_circle_outline
Save
find a path to the current script directory
find a path to the current script directory
current_script_dir.py
content_copy
file_download
os.path.dirname(os.path.realpath(__file__))
clear