ATLPath::Append

 

This function is an overloaded wrapper for PathAppend.

Syntax

      inline BOOL Append(
   char* pszPath,
   const char* pszMore 
);
inline BOOL Append(
   wchar_t* pszPath,
   const wchar_t* pszMore 
);

Remarks

See PathAppend for details.

Requirements

Header: atlpath.h

See Also

Active Template Library (ATL) Concepts
ATL COM Desktop Components
ATL Functions Alphabetical Reference
PathAppend