Freigeben über


ATLPath::IsDirectory

 

Veröffentlicht: Juli 2016

Diese Funktion ist ein überladener Wrapper für PathIsDirectory.

Syntax

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

Hinweise

Siehe PathIsDirectory für Details.

Anforderungen

Header: atlpath.h

Siehe auch

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