Jump to content

Is there a workflow specifically for opening new Finder windows?


Recommended Posts

  • 7 months later...
Actions > Run Script > Language: [ /usr/bin/osascript (AS)   v ]
tell application "Finder"
	activate

	try
		set thePathname to POSIX file "{query}"
		make new Finder window to thePathname
	on error
		make new Finder window to home
	end try
end tell

 

Edited by Mikol Graves
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...