ATLPath::Combine

This function is an overloaded wrapper for PathCombine.

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

Reference

PathCombine

Other Resources

ATL Concepts

ATL Reference

ATL Functions Alphabetical Reference