#include <shlwapi.h> // 判断文件是否存在 BOOL PathFileExists(LPCSTR pszPath) // 获得文件后缀 LPSTR PathFindExtension(LPCSTR pszPath)