I am trying to include a ".jsx" file so i can use their functions i've written.
Now when i use:
#include "filename.jsx"
i only get an error message when i add the extension in Photoshop CC
i think the #include statement must have a correct path, or the file won't be found, now my question would be.
Which path das #include use?
Or,
How can i include a .jsx file which is in the xxx.assets Folder within the extension Folder?
e.g. myScript.jsx inside the myScript.assets Folder, to access a function named myFunction()...