I've made a useful little app using Construct 2 and NW.js to help me with managing lots of files on my windows desktop. It does stuff like moving files and renaming them automatically, saving me loads of repetitive work. However I really wish I could insert small bits of information in these files as well. The files are .eps, a vector format used in graphic design and editable with Adobe Illustrator and such.
I got my script to make changes in the files, using the NWjs object and the Write File command but the files it generates are no longer readable by Illustrator. I can edit these eps files with a binary text editor just to add some bits of metadata that Illustrator can't add but I was hoping I could do the same, automatically, with my Construct app. Does anyone know if it is possible at all? Maybe with javascript or some plugin?
Thanks