I have scripts calling other script files but I need to get the filepath of the file that is currently running within the process.
For example, let\'s say I have th
I think it's just __file__ Sounds like you may also want to checkout the inspect module.
__file__