Simple script to open Output folder in Finder
Hi fellow scripters, is it possible to call the current C1 session's output folder and open it in the Finder? Thanks!
-
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 tellYou can do the same thing with the other session folders, as well.
0 -
Thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you!
0 -
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.
Comments
3 comments