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


Click here to return to the 'Command clicking?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Command clicking?
Authored by: MuchoMundo on Jan 14, '08 01:05:00PM

Can somebody tell me what's the different between this Applescript and command double clicking on the folder, it looks to me that the result (clone window) is the same.



[ Reply to This | # ]
Command clicking?
Authored by: simondorfman on Jan 15, '08 08:42:57AM

Command double-clicking on a folder will open that folder in a new window. This script is for opening the folder currently being displayed in a new window-cloning it, so to speak.

You could accomplish this with the double-click method, but you'd have to first go up one folder directory so that you could command-double-click on the window that you want a copy of. This script just saves you some time.



[ Reply to This | # ]