Krishna_Kumar
6 years agoContributor
Retrive The current Execution File Name
Hi Team,
I am trying to retrive the current Script file name which is beeing executed (at Run time).
can any one guide me how to do the same.
Kind Regards,
Sathish Kumar K
Hi
If you use JavaScript, you can try: module.id
e.g.
function Test()
{
Log.Message(module.id)
}