微网站 微信/东莞seo网站推广建设
void CSetHiddenDlg::OnSet()
{CString path;m_path.GetWindowText(path);CFileStatus status;CFile::GetStatus(path,status); //获取原属性status.m_attribute |= 0x02; //追加隐藏属性CFile::SetStatus(path,status); //设置新属性
}
void CSetHiddenDlg::OnSet()
{CString path;m_path.GetWindowText(path);CFileStatus status;CFile::GetStatus(path,status); //获取原属性status.m_attribute |= 0x02; //追加隐藏属性CFile::SetStatus(path,status); //设置新属性
}