nsIFile:parent
From MDC
« XPCOM API Reference
[edit] Summary
This attribute returns the parent nsIFile for this nsIFile.
readonly attribute nsIFile parent;
[edit] Remarks
The parent will be null when this nsIFile references the top of the volume. For example, C:\ does not have a parent.
[edit] See Also
nsIFile