ThibH
6/7/2015 - 6:22 PM

Get script's execution path

Get the full path of where the script is being executed.

os.path.dirname(os.path.realpath(__file__))