Fullpath of current TCL script

tcl
dmorlock picture dmorlock · Oct 1, 2010 · Viewed 16.6k times · Source

Is there a possibility to get the full path of the currently executing TCL script?

In PHP it would be: __FILE__

Answer

Cameron Laird picture Cameron Laird · Oct 1, 2010

Depending on what you mean by "currently executing TCL script", you might actually seek info script, or possibly even info nameofexecutable or something more esoteric.