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
stefanuddenberg
12/9/2019 - 3:15 AM
share
Share
add_circle_outline
Save
Python -- Change to directory of script
change_dir_to_script_dir.py
content_copy
file_download
import os os.chdir(os.path.dirname(os.path.abspath(__file__)))
clear