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
[[FINode nodeWithFENode:myTFENode] fullPath]
doesn't seem to work for Lion anymore. Is there a way to do this?