How do I create a folder using ExtendScript?
问题 This seems like it would be a very easy problem to solve, but I've been banging my head against it for almost an hour. All I need is a snippet of javascript/extendscript code so that my InDesign CS6 script can create a folder. I know the existing folder in which the new one should be created, and I know the name that this new folder should be called. But how do I get javascript to do it? By the way, all searches online for the folderObj.create() method, which is in the JavaScript Tools Guide,