ATLPath::RemoveBackslash
This function is an overloaded wrapper for PathRemoveBackslash.
Syntax
inline char* RemoveBackslash(
char* pszPath
);
inline wchar_t* RemoveBackslash(
wchar_t* pszPath
);
Remarks
See PathRemoveBackslash for details.
Requirements
Header: atlpath.h
See Also
Active Template Library (ATL) Concepts
ATL COM Desktop Components
ATL Functions Alphabetical Reference
PathRemoveBackslash