I have the same question that was asked in Getting the full path of a TFENode in Lion.
I have little knowledge about Objective-c and so I am not too clear about the answer. I used EasySIMBL to intercept Finder process and then use Les Nie's approach to solve icon overlay in icon view, however, I cannot get the full path in list view. Can someone kindly show me how to achieve the following using Objective-C:
From a TFENode, you can get an OpaqueNodeRef, and use that with FINode's nodeFromNodeRef: method. After that, you can get the NSURL to the item with FINode's previewItemURL method.
Thanks for any suggestion!