<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.4.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ImageCaptureCore",
  "identifier" : "/documentation/ImageCaptureCore/ICDownloadOption",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "ImageCaptureCore"
    ],
    "preciseIdentifier" : "c:@T@ICDownloadOption"
  },
  "title" : "ICDownloadOption"
}
-->

# ICDownloadOption

An option for downloading a file from the camera.

```
struct ICDownloadOption
```

## Topics

### Download Options

[`downloadsDirectoryURL`](/documentation/ImageCaptureCore/ICDownloadOption/downloadsDirectoryURL)

A writable directory where the downloaded files should be saved.

[`saveAsFilename`](/documentation/ImageCaptureCore/ICDownloadOption/saveAsFilename)

The name to be used for the downloaded file.

[`savedFilename`](/documentation/ImageCaptureCore/ICDownloadOption/savedFilename)

The actual name of the saved file.

[`savedAncillaryFiles`](/documentation/ImageCaptureCore/ICDownloadOption/savedAncillaryFiles)

An array of files associated with the file being downloaded.

[`overwrite`](/documentation/ImageCaptureCore/ICDownloadOption/overwrite)

A Boolean value indicating whether the downloaded file should overwrite an existing file with the same name and extension.

[`deleteAfterSuccessfulDownload`](/documentation/ImageCaptureCore/ICDownloadOption/deleteAfterSuccessfulDownload)

A Boolean value indicating whether to delete the file from the device after a successful download.

[`sidecarFiles`](/documentation/ImageCaptureCore/ICDownloadOption/sidecarFiles)

A Boolean value indicating whether to download all sidecar files along with the media file.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)