On Oct 21, 2010, at 9:50 AM, Tina K. wrote: > On 2010/10/21 10:45, Bruce Johnson so eloquently wrote: >> On Oct 21, 2010, at 9:41 AM, Tina K. wrote: >> >>>> >> >>>> >> Moreover, migrating to a new drive, or renaming the current one does >>>> >> NOT move where your downloads folder is, unless you're doing something >>>> >> else weird to the system, because your Downloads folder is ALWAYS >>>> >> at/Users/<short username>/Downloads. >>> > >>> > That was true for my browsers, but not so for NetNewsWire. >> What version of NNN are you running? I've had no such issues. > > 3.2.7, but it might have something to do with the fact that the OS and my > User folders are on different drives.
Does the Mac know where your download folder is? Can you fire up Terminal and do: cd /Users/<shortusername>/Downloads or cd ~<shortusername>/Downloads and end up in your Downloads folder? like this: dbdev2:Downloads johnson$ cd /Users/johnson/Downloads/ dbdev2:Downloads johnson$ pwd /Users/johnson/Downloads dbdev2:Downloads johnson$ cd ~johnson/Downloads/ dbdev2:Downloads johnson$ pwd /Users/johnson/Downloads If not this is one of those 'weird cases' I was talking about; it's reasonably easy to fix. -- Bruce Johnson University of Arizona College of Pharmacy Information Technology Group Institutions do not have opinions, merely customs -- You received this message because you are a member of G-Group, a group for those using G3, G4, and G5 desktop Macs - with a particular focus on Power Macs. The list FAQ is at http://lowendmac.com/lists/g-list.shtml and our netiquette guide is at http://www.lowendmac.com/lists/netiquette.shtml To post to this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/g3-5-list
