Answered
is it possible to specify a directory for the command File. openDialog()?
Hi all.
Is it possible to specify a directory for the File.openDialog() command? Executing File.openDialog() will open the dialog box in the expected directory..
Hi all.
Is it possible to specify a directory for the File.openDialog() command? Executing File.openDialog() will open the dialog box in the expected directory..
You can pass the path like this:
var startFolder = Folder("~/Desktop/demo/");
var selectedFolder = startFolder.openDialog();
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.