Contents

fileURL

A URL that represents the file for the current progress object.

Declaration

var fileURL: URL? { get set }

Discussion

Set this value for a progress that you publish() to subscribers that register for updates using addSubscriber(forFileURL:withPublishingHandler:).

If present, Progress presents additional information in its localized description by setting a value in the userInfo dictionary.

See Also

Inspecting File Operation Progress Information