Day: June 17, 2015

  • Working with the Clipboard on OSX

    Coming from the Windows and Linux world — the object where data is copy and pasted from is called the Clipboard.  Not so in OSX.  In OSX, this is referred to as the NSPasteBoard.  Should you need to get string data on and off of it – use the following:   private static string[] pboardTypes…