Answered
How can I add default FileName in File.saveDialog() function in scripting?
How can I include default file name in saveDialog scripting?
File.saveDialog("Title","Save As Type:*.png");How can I include default file name in saveDialog scripting?
File.saveDialog("Title","Save As Type:*.png");Thank you so much. It helped. I was asking for saveDlg. so I modified your code like below and it worked.
new File("Default File Name").saveDlg(["Title"],["PNG Files:*.png"]);
Thank a lot.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.