摘要: SECURITY_ATTRIBUTES sa;sa.lpSecurityDescriptor = 0;if(!CreateDirectory(szFile,&sa)){MessageBox(_T("创建目录失败!"));} 阅读全文
posted @ 2009-05-13 13:52 南守拥 阅读(826) 评论(0) 推荐(0) 编辑