Today, you can create an Dialog box to choose a file with the Python script. You can launch it in the FileUtil class : new OpenFileDialog().promptForFile(window, "Open File", null, null); But, you can ...