On Nov 19, 2012, at 9:37 PM, David Rees <[email protected]> wrote: > Am I missing a trick to Get File Location as a Unix path rather than the > colon separated HFS path? I'm assuming I missing something because I need > this all the time. And really, does anyone use the colon path anymore?
No, I don’t even have that stupid action enabled. :-) There are two others you probably want: Get Path and Get Absolute (POSIX) Path The first returns paths like `~/Documents/whatever` for things in your home directory. The second returns paths like `/Users/you/Documents/whatever`. For things outside your home directory, they both give the same thing. Since the second is an alternate for the first, I just keep the first enabled and use ⌘↩ in those rare cases where I want the absolute path for something under `~`. -- Rob McBroom <http://www.skurfer.com/> -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver?hl=en.
