[ESTK, InDesign] Path to script (Error File or Folder does not exists)
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...