CString str =_T("") ;
if(PathFileExists(CMyPro::m_InitOpenImagePath))
{
str.Format(_T("/"%s/""), CMyPro::m_InitOpenImagePath) ;
}
CString str =_T("") ;
if(PathFileExists(CMyPro::m_InitOpenImagePath))
{
str.Format(_T("/"%s/""), CMyPro::m_InitOpenImagePath) ;
}