Is there a possibility to get the full path of the currently executing TCL script?
In PHP it would be: __FILE__
__FILE__
You can use [file normalize] to get the fully normalized name, too.
file normalize $argv0 file normalize [info nameofexecutable]