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.
An array of NSString objects designating one or more filenames.
extern NSPasteboardType NSFilenamesPboardType;In macOS 10.6 and later, use writeObjects(_:) to write file URLs to the pasteboard.