Getting the full path of a TFENode in Lion

后端 未结 1 2033
鱼传尺愫
鱼传尺愫 2020-12-18 09:17

I\'m trying to get the full path of a TFENode in OSX Lion, but am unable to get a result using the old way (by converting to an FINode and getting the fullPath - the method<

相关标签:
1条回答
  • 2020-12-18 09:56

    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.

    0 讨论(0)
提交回复
热议问题