Jump to content

Recommended Posts

Hi

I would like to copy the folder path with shift action modifier.

here's the apple script that i'm working with.

any help would be appreciated.

 

try
	tell application "Finder" to set the clipboard to POSIX path of (target of window 1 as alias)
on error
	beep
end try

 

image.thumb.png.4d77f462e3fec80ba9db64a147c109db.png

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...