Share via


CPathT::operator +=

This operator appends a string to the path.

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

Parameters

  • pszMore
    The string to append.

Return Value

Returns the updated path.

Requirements

Header: atlpath.h

See Also

Reference

CPathT Class