Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.6: Jump to path via global Service' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.6: Jump to path via global Service
Authored by: bobcole on Nov 04, '09 07:44:11PM
Put an AppleScript in the script menu of your menu bar. For example:
tell application "Finder"
  activate
  make new Finder window
  set target of Finder window 1 to folder "apache2" of folder "log" of folder "var" of item "private" of startup disk
  set current view of Finder window 1 to list view
end tell


[ Reply to This | # ]