Question
How to select a directory (folder) using window.cep
Reading a file with cep from my js file looks like this:
var result = window.cep.fs.showOpenDialog();
alert(result.data);
Is there away where I can select a directory? The above only selects a file.
Meaning I'd like illustrator to prompt me to select a folder. After I select it in Illustrator then I could save the path.
