Retrive The current Execution File Name
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2019
11:29 PM
05-20-2019
11:29 PM
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
Solved! Go to Solution.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2019
04:56 AM
05-21-2019
04:56 AM
Hi
If you use JavaScript, you can try: module.id
e.g.
function Test()
{
Log.Message(module.id)
}
