September 24, 200916 yr Anyone have SM code to modify SelectFile so that a parameter can be be passed with a folder path, so that the file dialog opens that folder rather than whatever the previous path was?
October 23, 200916 yr Hi metroart First you want to add an input variable. Call it startPath for instance, and set the value. and you'll need to add the following line before the dialog.show() line: dialog.setDirectory( startPath );
Create an account or sign in to comment