How to open a dialog to pick a file or enter a filename?
Hi community,
I’m writing a script in JavaScript to process some images and save the result and some metadata in a folder and file chosen by the user.
Is there an API do that? i.e. to open a dialog similar to Photoshop’s save as dialog, so that the user can either pick a file already in the disk or enter the filename to create a new one.
I don’t want the dialog to save anything but just to return the full path to the file.
Best regards.
