Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

warhead

macrumors newbie
Original poster
Nov 19, 2006
5
0
Hi All,

Another newbie question, and i'm probably being complete dumba*s, but nevermind.

Basically, i'm trying to save a word document into a folder that's in my 'Documents' directory, but in the 'save as' pop-up window, there is no way to drill down into the particular folder that i want to save into...is this normal?? It seems a bit weird that i'll have to save the word file onto my desktop or something, then move it into the folder that i want...

Cheers,

Nick
 
Click the little blue triangle on the right-hand side of the dialogue box.
 

Attachments

  • WordDoc.jpg
    WordDoc.jpg
    39.3 KB · Views: 46
DOH! Told you i was being thick...

Thanks Yellow...appreciate the advice! :D
 
To be honest, this is one of those quirks I don't completely get in OS X. I almost never really want to have those windows be in the rolled up position (so that you can't see the folder dialog). Fortunately it remembers and you only have to do this once per app for most apps.
 
I concur.

That button is NOT obvious (to me), and I don't know why they added this "feature" and made it the default (closed).
 
here's a tip

open terminal, type

Code:
defaults write -g NSNavPanelExpandedStateForSaveMode -bool TRUE
to have every application always use the expanded save as dialog

you can do it for all users (globally) with this:

Code:
defaults write /Library/Preferences/.GlobalPreferences NSNavPanelExpandedStateForSaveMode -bool true
 
in the prefs for word you can designate which folder automatically pops up to be saved in

Word–>Preferences–>File Locations–>Documents then press modify button
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.