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

  • Hi

     

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

1 Reply

  • IStaroverov's avatar
    IStaroverov
    SmartBear Alumni (Retired)

    Hi

     

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