return !access(fname, 0) &&
!stat(MBSTRINGCAST fname, &st) &&
return !access(fname, 0) &&
!stat(MBSTRINGCAST fname, &st) &&
if ( remove(m_strTemp.fn_str()) != 0 )
wxLogSysError(_("can't remove temporary file '%s'"), m_strTemp.c_str());
}
if ( remove(m_strTemp.fn_str()) != 0 )
wxLogSysError(_("can't remove temporary file '%s'"), m_strTemp.c_str());
}