Folder level script
Hi,
I need to create menu item when acrobat opens. So i have placed the script in the path of user level path. when i use the code for app level its working and added menu item but in folder level its not working.
https://acrobatusers.com/tutorials/folder_level_scripts (Ref)
app.addMenuItem({cName:"JS Ref", cParent:"Help", cExec:"app.openDoc('pathToPDF');"});
When I check the console its showing the below error.

How can I clear it to make script to work for startup script??
- Sudha K
