CPathT::operator +=

 

This operator appends a string to the path.

Syntax

      CPathT< StringType >& operator +=(
   PCXSTR pszMore 
);

Parameters

  • pszMore
    The string to append.

Return Value

Returns the updated path.

Requirements

Header: atlpath.h

See Also

CPathT Class