ATLPath::RemoveFileSpec

 

This function is an overloaded wrapper for PathRemoveFileSpec.

Syntax

      inline BOOL RemoveFileSpec(
   char* pszPath 
);
inline BOOL RemoveFileSpec(
   wchar_t* pszPath 
);

Remarks

See PathRemoveFileSpec for details.

Requirements

Header: atlpath.h

See Also

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