Filed under: Mac 101
Mac 101: Mastering the Save Dialog

The Save dialog in Mac OS X (it's the box you get when you press Command-S) can often lead switchers, and inexperienced Mac users, astray. When you save a document you are presented with a dialog box like the one above (this example is from TextEdit) which is a bit limiting. Do I need to use the drop down menu for everything? How do I save this document some place other than the defaults under the "Where" pop-up menu? Read on to find out how to master any Save dialog box on Mac OS X.

Once you do that the Save dialog box will expand and reveal a plethora of options:

Now you can easily navigate anywhere on your Mac to save your file. You can even create a new folder right there in the Save dialog, which often comes in very handy. Notice that there is also a helpful Spotlight search box, in case you want to save the document with other files but you aren't sure where you placed them, like so:

Doesn't that make the Save dialog much more useful?

![TUAW [Cafepress]](http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-cafepress-promo.png)


Reader Comments (Page 1 of 1)
David Scott said 8:23AM on 5-15-2007
When you have the expanded dialog box open you can drang & drop folders into the target area and you are instantly navigated to that folder. You can even drag & drop the wee folder icon in an open window's title bar into the dialog. This is a very useful feature that I use all the time.
Reply
Ben said 8:44AM on 5-15-2007
You can press Apple-D in any file dialog to change the current folder to the desktop.
Reply
Thierry said 9:37AM on 5-15-2007
Thanks for this tips David and Ben! Didn't knew that.
Reply
SLevin said 9:50AM on 5-15-2007
Good tip I however think this might have been inspired from the macapper post on the same subject as yesterday. See here
http://macapper.com/2007/05/14/switchers-tip-save-dialogs-and-buttons/
Reply
SLevin said 9:57AM on 5-15-2007
Scott replied to my comment.
"Thanks for the comment, however, to put your mind at ease I thought I
would email you. I actually don't read MacApper.com, so this is just
a happy coincidence. :)
Thanks,
Scott"
So apparently it's a coincidence. Sorry to raise the flag,I just hate it when people pass other peoples ideas at their own. Again my humble apologies.
Reply
abuso said 10:20AM on 5-15-2007
How to Enable Expanded Save Dialog as Default
You will need to use the command line for this, so open up the Terminal and type or copy/paste the following commands.
Enable expanded save dialog
defaults write -g NSNavPanelExpandedStateForSaveMode -bool TRUE
Disable expanded save dialog - revert back to Mac OS X default
defaults write -g NSNavPanelExpandedStateForSaveMode -bool FALSE
Reply
george Morgan said 3:07PM on 5-15-2007
nice, didn't realise this. now it would be a whole lot more intuitive if that arrow was next to the "where:" field instead...
Reply
David Tate said 2:23PM on 5-16-2007
This had my wife confused and frustrated for a while before she asked me about it.
Reply
LeeH said 5:22PM on 5-16-2007
As a recent switcher, I bow down and kiss the ground at your feet. This one has had me all grumpy and out of sorts for weeks. And thanks to Abuso for the command line to make it permanent!
Reply