ATLPath::IsDirectory

 

This function is an overloaded wrapper for PathIsDirectory.

Syntax

      inline BOOL IsDirectory(
   const char* pszPath 
);
inline BOOL IsDirectory(
   const wchar_t* pszPath 
);

Remarks

See PathIsDirectory for details.

Requirements

Header: atlpath.h

See Also

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