<!--
{
  "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

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

A writable directory where the downloaded files should be saved.

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

The name to be used for the downloaded file.

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

The actual name of the saved file.

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

An array of files associated with the file being downloaded.

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

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

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

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

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

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

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)