Get Path and Directory of Current Script
import os (scriptdir, scriptfile) = os.path.split(os.path.realpath(__file__))