docs/Classes/DownloadRequest/Options.html
public struct Options : OptionSet, Sendable
A set of options to be executed prior to moving a downloaded file from the temporary URL to the destination URL.
`
createIntermediateDirectories
`
Specifies that intermediate directories for the destination URL should be created.
Swift
public static let createIntermediateDirectories: DownloadRequest.Options
`
removePreviousFile
`
Specifies that any previous file at the destination URL should be removed.
Swift
public static let removePreviousFile: DownloadRequest.Options
`
rawValue
`
Swift
public let rawValue: Int
`
init(rawValue:)
`
Swift
public init(rawValue: Int)