Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

DownloadRequest_Options

mattt edited this page Sep 18, 2020 · 2 revisions

DownloadRequest.Options

A set of options to be executed prior to moving a downloaded file from the temporary URL to the destination URL.

public struct Options:​ OptionSet

Inheritance

OptionSet

Initializers

init(rawValue:​)

public init(rawValue:​ Int)

Properties

createIntermediateDirectories

Specifies that intermediate directories for the destination URL should be created.

let createIntermediateDirectories

removePreviousFile

Specifies that any previous file at the destination URL should be removed.

let removePreviousFile

rawValue

Returns the raw bitmask value of the option and satisfies the RawRepresentable protocol.

let rawValue:​ Int
Types
Protocols
Global Typealiases
Clone this wiki locally