download(_:didCreateDestination:)
Sent when the destination file is created.
Declaration
optional func download(_ download: NSURLDownload, didCreateDestination path: String)Parameters
- download:
The URL download object sending the message.
- path:
The path to the destination file.