Skip to main content

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

Simple script to open Output folder in Finder

Comments

3 comments

  • Emory Dunn

    It's absolutely possible. This will open a window with the current output folder and activate the Finder:

    tell front document of application "Capture One 22"     
    set outputFolder to output    
    tell application "Finder"        
    open outputFolder        
    activate    
    end tell
    end tell

    You can do the same thing with the other session folders, as well. 

    0
  • Matt Loxton

    Thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you!

    0
  • Kim Hardy

    Hey guys, really sorry to piggy back on this post. Emory, I sent a post previously asking if there is a way to create a script that can copy a style to a new adjustment layer is this something you know how to do?

    Best regards

    Kim.

    0

Post is closed for comments.