Processing Forum
selectInput:
- /** Open a platform-specific file chooser dialog to select a file for input.
- * @return full path to the selected file, or null if no selection.*/
- public String selectInput(String prompt) {
- return selectFileImpl(prompt, FileDialog.LOAD);
- }
Many thanks,adila