On Dec 8, 2016, at 1:25 AM,
exete...@gmail.com wrote:
> any one plz help me is it possible to get child process processing file.
>
> i am opening illustrator using child process spawn in nodejs for process file. i want get filename which that illustrator processing. is it possible
That's probably an Illustrator-specific question, to which I don't know the answer.
If you were on a Mac, I would investigate using AppleScript to communicate with Illustrator to see if it will expose what it's doing. If you're on Windows, perhaps Windows offers a similar system-wide GUI scripting API; I don't know as I am not familiar with Windows.