Skip to Main Content
Improve Capture One

Request a new feature, or support for a camera/lens that you would like to use in Capture One.

Status Awaiting review
Workspace Feature requests
Categories Capture One Pro
Created by Walter Rowe
Created on Apr 19, 2024

AppleScript – Set Existing Files attribute of Export Location

The Export tab and Exported dialog let us set Existing Files to "Skip", "Add Suffix", or "Overwrite" in the Export Location tool. There appears to be no way to set this via AppleScript on macOS.

Would perhaps look something like this:

tell application "Capture One"
tell tool "Export Location"
set existing files to {one of "Skip", "Add Suffix", "Overwrite"}
end tell
end tell