Jim Ault wrote:
I fire up Path Finder when that is important.
About 18 months ago I investigated any way of 3rd party or other to show the
path in all that space that is available, but could find nothing.  I do lots
of /web/ file paths and this is a real pain.  I guess it is something about
a file that we are easily supposed to observe.  If multiple Finder windows
are open, I have found no way of displaying the full path.
Another welcome feature of Path Finder is the right-click > copy path as
UNIX, HFS, Terminal(spaces escaped), URL, Name

I have this same need.. all the time.

I have a small rev utility "Favorites" that is always open.
Among other things it as this drop field:

--> all handlers

on dragEnter
  set the acceptDrop to true
  end dragEnter

on dragDrop
  put  dragData["files"] into tPaths
  set the clipboarddata["text"] to tPaths
  put tPaths into me

end dragDrop

I just drag folders or file(s) onto this and my clipboard is loaded.


Jim Ault
Las Vegas


On 4/21/07 12:08 AM, "Stephen Barncard" <[EMAIL PROTECTED]>
wrote:

Cmd-click on a finder title bar (and some apps' title bars)....


Is there anyway to show the path of the folder one is navigating to on
the Mac. On the PC, I have an address bar which shows the location of
where I'm at. I've a couple of windows open on the Mac and I've
navigated to the same subfolder, but of different directories. Other
than 'backing out', is there a simple way to know what directory path
one is in?

TIA, Chipp


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


--
Om shanti
(In  Peace)

Sivakatirswami
www.himalayanacademy.com

Get Hinduism Today Digital Edition. It's Free!
http://www.hinduismtoday.com/digital/

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to