stefanuddenberg
12/9/2019 - 3:15 AM

Python -- Change to directory of script

import os
os.chdir(os.path.dirname(os.path.abspath(__file__)))