I've managed to do a groovy script action and attach it to a TestSuite so I can save all Request XML in the suite to files. I use the UISupport.getFileDialogs().saveAsDirectory() to let the user choose a directory to save to. How do I initialise this to be the last used directory? I've seen other dialogs where you get put into the last chosen directory to start with.