We're speaking at
CFUnited 2008:
CFUnited - The Premiere ColdFusion Technical Conference

Search

Calendar

SunMonTueWedThuFriSat
 123456
78910111213
14151617181920
21222324252627
282930        

Subscribe Enter your email address to subscribe to this blog. You'll receive an email when we write a new post.

Recent Entries No recent entries.

Recent Comments Flex: Making Scrollbars Follow Focus
Daryl Banttari said: Still works fine for me. As I tab from field to field, the scrollbar adjusts to ensure the field wi... [more]

Flex: Making Scrollbars Follow Focus
newchild said: your autoscroll class doesent scroll automaticly, even in your example. So what exactly is that for?... [more]

Reviving the Lost Craft of Writing Specification Documents
Tanya said: Thank you:) [more]

ColdFusion SQL Injection
Sam Singer said: Will this run on os x? [more]

Reviving the Lost Craft of Writing Specification Documents
Nat Papovich said: Hi Greg, yes that was intentional. It's just an example, after all :) Tanya, take a look at the Pow... [more]

Archives By Subject Business of Software (5) [RSS]
ColdFusion (321) [RSS]
Conferences (7) [RSS]
Databases (88) [RSS]
Flex & Flash (109) [RSS]
Fusebox (87) [RSS]
General Development (33) [RSS]
Google (9) [RSS]
Hardware (5) [RSS]
JVM & Java (132) [RSS]
Linux (20) [RSS]
Macintosh (1) [RSS]
Miscellaneous (254) [RSS]
Performance (8) [RSS]
SeeFusion (36) [RSS]
Shan's Simple Examples (7) [RSS]
User Interface (3) [RSS]
Windows (5) [RSS]

Archives By Poster Daryl Banttari (11)
Nat Papovich (33)
Patrick Quinn (36)
Shannon Hicks (22)
Steve Nelson (22)
Tyson Vanek (3)


bottom corner

How to make the full path appear in the finder title (OS X)

In Windows, the Explorer window shows the full path of the folder in the address bar. It's very handy if you're moving files around with multiple Explorer windows open. It's also very handy to know if you're in the right folder named if multiple folders share the same name. (Like "bin".)

But in Mac OS X, the Finder window doesn't show the full path. Yes, you can add the Path button, and you can add a status bar to show the path, which is clickable. But this is not ideal since in both of those cases, it shows the "friendly" path, not the real path, in the case of mounted volumes. (Of which I deal frequently.)

[More]

Comments
Also tools like mac pilot, cocktail, a few others, will do it with a checkbox. Some are free,some aren't of course, LOL. BUt that way you don't have to learn or remember the console command, just my .02
# Posted By john wilker | 7/10/08 5:59 AM
I don't think this is quite what you are looking for, but you can also command click the folder on the title bar and it shows you the full path (you can also "pause click drag" the folder from the title bar into the terminal to get a text representation).

Again, probably not what your after, but just incase you didn't know :)
# Posted By rob | 7/10/08 10:20 PM

bottom corner