CPathT::Append

Call this method to append a string to the current path.

BOOL Append( 
   PCXSTR pszMore  
);

Parameters

  • pszMore
    The string to append.

Return Value

Returns TRUE on success, FALSE on failure.

Remarks

For more information, see PathAppend.

Requirements

Header: atlpath.h

See Also

Reference

CPathT Class