Contents

fileNameType(forPathExtension:)

Returns a pasteboard type based on the passed file type.

Declaration

static func fileNameType(forPathExtension fileType: String) -> NSPasteboard.PasteboardType!

Discussion

Returns an NSString to a pasteboard type representing a filename based on the supplied string fileType.

See Also

Functions