_toDirectory = introPage.isToDirectory();
_path = introPage.getPath();
_format = introPage.getFormat();
_playlistsList = playlistPage.getCheckedPlaylists();
PlaylistExporter plExporter = new PlaylistExporter(_path, _format, _toDirectory, _playlistsList);
try {
getContainer().run(true, true, plExporter);
} catch (InvocationTargetException e) {
Log.getInstance(PlaylistExportWizard.class).warn("Error while exporting playlists: " + e.getMessage());