Skip to main content
The_Kitty
Inspiring
January 28, 2023
Answered

get filename of the running script

  • January 28, 2023
  • 1 reply
  • 348 views

Hi, is there any way to get the file name of the running script

 

Thanks

This topic has been closed for replies.
Correct answer Dan Ebberts

Something like this:

unescape(File($.fileName).name)

1 reply

Dan Ebberts
Community Expert
Dan EbbertsCommunity ExpertCorrect answer
Community Expert
January 28, 2023

Something like this:

unescape(File($.fileName).name)
The_Kitty
The_KittyAuthor
Inspiring
January 28, 2023

thank you !!