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
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
This operator appends a string to the path.
CPathT< StringType >& operator +=(
PCXSTR pszMore
);
Returns the updated path.
Header: atlpath.h