See selectInput() for details. @webref input:files @param prompt message to the user @param callback name of the method to be called when the selection is made
(String prompt, String callback)
| 6634 | * @param callback name of the method to be called when the selection is made |
| 6635 | */ |
| 6636 | public void selectFolder(String prompt, String callback) { |
| 6637 | selectFolder(prompt, callback, null); |
| 6638 | } |
| 6639 | |
| 6640 | |
| 6641 | public void selectFolder(String prompt, String callback, File file) { |
no outgoing calls
no test coverage detected