Clone Finder window

Sometimes having two Finder windows open to the same folder comes in handy. This script should as well because it tells the Finder to do just that.

Open in AppleScript Editor.app

tell application "Finder"
  try
    set this_folder to folder of window 1
    make new Finder window to this_folder
  end try
end tell

Also a part of NewHere.

1 thought on “Clone Finder window

  1. Pingback: NewHere – A template activation AppleScript app | strawhousepig.net

Leave a Reply

Your email address will not be published. Required fields are marked *