CPathT::Append

 

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

Syntax

      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

CPathT Class