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

Returns the base filename (without extension) of the last element in the path.

Given "/one/two/three.txt" basename would return "three". Given "/one/two/three" basename would return "three".

Parameters
pBasename[ out ] The address of a P6R::P6BWCSTR in which will be placed the information describing the basename.
Returns