8889909192939495969798
if (!dir.isDirectory()) { dir = dir.getParentFile(); } Settings.get().put(Settings.DIRECTORY, dir.getAbsolutePath()); ExportCookie cookie = Utilities.actionsGlobalContext().lookup(ExportCookie.class); if (cookie != null) { cookie.export(file); } } }