func write(to: NSPasteboard)
Writes the URL to the specified pasteboard.
URLをこの指定されたペーストボードに書き出します。
Availability 有効性
Technology
init?(from pasteBoard: NSPasteboard
)
pasteBoard
The target pasteboard. 目標のペーストボード。
a NSURL
object, or nil
if the pasteboard does not contain NSURLPboard
data.
あるNSURL
オブジェクト、またはnil
、もしペーストボードがNSURLPboard
データを含まないならば。
func write(to: NSPasteboard)