I have a load of paths that I want to open in the Finder, and select. Ideally, it would open a new Finder window for each path to select. Right now I am using selectFile: in NSWorkspace. This works, but the problem is that it only opens one Finder window, so each path I throw at it is overwritten by the path afterwards, meaning I only get one path + window shown in the Finder. I had a quick gander inside NSWorkspace but couldn't find anything suitable, any ideas?