Skip to main content
vnh68
Inspiring
January 23, 2022
Answered

[ESTK, InDesign] Path to script (Error File or Folder does not exists)

  • January 23, 2022
  • 1 reply
  • 280 views

I am working on many scripts for InDesign current and previous versions. Some of them I want to place in the folder outside InDesign.

#includepath "/f/IdScripts; ../scr"

#include "ArrayExt.jsxinc" // placed in IdScripts folder

#include "scr.jsxins" //placed in scr folder inside InDesign scripts folder

... Script code here

 

The path "/f/IdScripts" I want to use not to copy the same scripts to each application folder, but this option does not want to work...

 

 

This topic has been closed for replies.
Correct answer Peter Kahrel

#includepath doesn't work. You'll have to include the scripts' full path names in #include statements.

1 reply

Peter Kahrel
Community Expert
Peter KahrelCommunity ExpertCorrect answer
Community Expert
January 23, 2022

#includepath doesn't work. You'll have to include the scripts' full path names in #include statements.