on macOS
ln -s A.jsx
ln -s B.jsxinc
to scriptUI folder.
symlink ( ln -s ) a set of script A which has #include B.jsxinc to scriptUI folder ,
when running the script A, it will alert B.jsxinc not exist.
on macOS
ln -s A.jsx
ln -s B.jsxinc
to scriptUI folder.
symlink ( ln -s ) a set of script A which has #include B.jsxinc to scriptUI folder ,
when running the script A, it will alert B.jsxinc not exist.