---
title: savedFilename
framework: imagecapturecore
role: symbol
role_heading: Type Property
path: imagecapturecore/icdownloadoption/savedfilename
---

# savedFilename

The actual name of the saved file.

## Declaration

```swift
static let savedFilename: ICDownloadOption
```

## Discussion

Discussion The options dictionary returned in didDownloadFile(_:error:options:contextInfo:) will have this key.

## See Also

### Download Options

- [downloadsDirectoryURL](imagecapturecore/icdownloadoption/downloadsdirectoryurl.md)
- [saveAsFilename](imagecapturecore/icdownloadoption/saveasfilename.md)
- [savedAncillaryFiles](imagecapturecore/icdownloadoption/savedancillaryfiles.md)
- [overwrite](imagecapturecore/icdownloadoption/overwrite.md)
- [deleteAfterSuccessfulDownload](imagecapturecore/icdownloadoption/deleteaftersuccessfuldownload.md)
- [sidecarFiles](imagecapturecore/icdownloadoption/sidecarfiles.md)
