ATLPath::RemoveBlanks

 

This function is an overloaded wrapper for PathRemoveBlanks.

Syntax

      inline void RemoveBlanks(
   char* pszPath 
);
inline void RemoveBlanks(
   wchar_t* pszPath 
);

Remarks

See PathRemoveBlanks for details.

Requirements

Header: atlpath.h

See Also

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