Forum Discussion

Krishna_Kumar's avatar
Krishna_Kumar
Contributor
5 years ago
Solved

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
  • IStaroverov's avatar
    5 years ago

    Hi

     

    If you use JavaScript, you can try: module.id
    e.g.
    function Test()
    {
    Log.Message(module.id)
    }