ATLPath::FileExists
Veröffentlicht: Juli 2016
Diese Funktion ist ein überladener Wrapper für PathFileExists.
Syntax
inline BOOL FileExists(
const char* pszPath
);
inline BOOL FileExists(
const wchar_t* pszPath
);
Hinweise
Siehe PathFileExists für Details.
Anforderungen
Header: atlpath.h
Siehe auch
ATL-Konzepte (Active Template Library)
ATL COM Desktop Components
ATL Functions Alphabetical Reference
PathFileExists