Saving all files to a single directory

I was wondering if there was a way we could get the feature added that allows a universal selection to the saving dialogue box? If you have multiple files, and don’t want to save it as an mrb file, it gets tedious selecting all of the directories individually. In addition, it would be nice to have a default choice for particular file types such as saving volumes only as nrrd files instead of having to select it individually.

The first can already be done in the dialog - did you see the button next to save to change directory for selected files?

The second can be done by setting up a script to run on startup - see:

https://www.slicer.org/wiki/Documentation/Nightly/ScriptRepository#Change_default_file_type_for_nodes_.28that_have_never_been_saved_yet.29

I apologize, I didn’t see that button before. Thank you.