v20.4.0.52 ExtendScript Folder.execute() does not work anymore
Hi together,
as the title says, it seems that:
Folder.execute()
does not work anymore with ExtendScript with the recent version of InDesign 2025 v20.4.0.52.
It still will work with InDesign v20.3.0.
Steps to Reproduce:
Execute the following ExtendScript code from the Scripts panel in InDesign 2025 v20.4.0.52:
//DESCRIPTION:Show Folder of THIS script
(
function()
{
File($.fileName).parent.execute();
}()
);
The parent folder of the addressed script file will not show in the Finder.
Nothing happens in the Finder of macOS.
Expected Result:
The parent folder of the script file should pop up in the Finder.
Also watch this discussion at the German InDesign Scripting forum at HilfDirSelbst:
https://www.hilfdirselbst.ch/gforum/gforum.cgi?post=589715#589715
What I currently cannot test is InDesign 2025 v20.4.0.52 on a Windows machine.
I hope, that someone else would do this. Thanks!
My InDesign is a German one on macOS 12.7.6 on a MacBook Pro M1 ( 16", 2021 ) .
Regards,
Uwe Laubender
( Adobe Community Expert )


