Contents

url

The URL object of the first pasteboard item.

Declaration

var url: URL? { get set }

Discussion

The value stored in this property is an NSURL object. The associated array of representation types is typeListURL, which includes type kUTTypeURL. Setting this property replaces all current items in the pasteboard with the new item. If the first item has no value of the indicated type, nil is returned.

See Also

Getting and setting pasteboard items of standard data types