ATLPath::Combine

 

This function is an overloaded wrapper for PathCombine.

Syntax

      inline char* Combine(
   char* pszDest,
   const char* pszDir,
   const char* pszFile 
);
inline wchar_t* Combine(
   wchar_t* pszDest,
   const wchar_t* pszDir,
   const wchar_t* pszFile 
);

Remarks

See PathCombine for details.

Requirements

Header: atlpath.h

See Also

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