Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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 
);

See PathCombine for details.

Requirements

Header: atlpath.h

Show: