nsIFile:target
From MDC
« XPCOM API Reference
[edit] Summary
This attribute exposes the full target of the nsIFile -- the full path with any symbolic links dereferenced.
readonly attribute AString target;
[edit] Remarks
The value of this attribute is a platform-specific file path.
[edit] See Also
nsIFile