Skip to main content
September 11, 2008
Question

JXS: Create folder

  • September 11, 2008
  • 1 reply
  • 1118 views
I made a simple javascript to create a folder. Because I cannot find any more information on the web and in the manuals, I post the script here.

var folderRef = new Folder("D:\\TestJS");
folderRef.create();

When I execute this form the ExtendScript Toolkit CS4 (3.0.0.22), I get the error "Cannot execute script in target engine 'main'! (Target engine 'main' is busy!)". There are no other scripts running.

Probably there is something wrong in this script, but I cannot find the error.
This topic has been closed for replies.

1 reply

September 11, 2008
I tried the same script on another computer with ExtendScript Toolkit 2, and it worked without a problem. The only difference I can see, is the version of ExtendScript and in version 2 there are links available with Bridge CS3 and Photoshop CS3.

I guess I have to deinstall the Fireworks CS4 trial/beta.