|
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".
pBasename | [ out ] The address of a P6R::P6BWCSTR in which will be placed the information describing the basename. |