Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IPath::parent ( P6BWCSTR pParent)
pure virtual

Returns the parent path.

Given "/one/two/three", "/one/two" would be returned.

Parameters
pParent[ out ] The address of a P6R::P6BWCSTR in which will be placed the description of the parent path.
Returns