Save as in predefined folder with all dialogModes
var saveDialog = new ActionDescriptor();
saveDialog.putBoolean(stringIDToTypeID("saveAs"), true);
saveDialog.putString(stringIDToTypeID("as"), "TIFF");
executeAction(stringIDToTypeID("save"), saveDialog, DialogModes.ALL);
I need help, is it possible to open the save as dialog in a predefined folder? i have a variable directoryPath with the path in which save as should open. but i have not found a working solution 😞 can anyone help me 🙏