The URL of the file to be exported. (read-only)
SDKs
- iOS 8.0+
- Mac Catalyst 13.0+
Framework
- UIKit
Declaration
var originalURL: URL? { get }
Discussion
While in UIDocumentPickerModeExportToService mode, this property contains the original URL of the file to be copied. Otherwise it is nil
.