Contents

NSFilenamesPboardType

An array of NSString objects designating one or more filenames.

Declaration

extern NSPasteboardType NSFilenamesPboardType;

Discussion

In macOS 10.6 and later, use writeObjects(_:) to write file URLs to the pasteboard.

See Also

Deprecated