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
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
This operator appends a string to the path.
CPathT< StringType >& operator +=(
PCXSTR pszMore
);
Returns the updated path.
Header: atlpath.h