Hello everybody,

i have an custom cck-contenttype which has an node-reference-field.
now i want to theme that conetnttype via a custom node-mycontenttype.tpl.php
when i output the field by something like
$node->field_field-nodereference[0]['view']
the result is ready rendered html.
but i want to output the fieldcontent as the "raw" filepath to the referenced node.
how this can be done?
maybe i can output the nid of the referenced node by
$node->field_field-nodereference[0]['nid'].
but how to get the corresponding filepath out of the nid?