SECURITY_ATTRIBUTES sa;
sa.lpSecurityDescriptor = 0;
if(!CreateDirectory(szFile,&sa))
{
MessageBox(_T("创建目录失败!"));
}
转载于:https://www.cnblogs.com/nanshouyong326/archive/2009/05/13/1455845.html
转载于:https://www.cnblogs.com/nanshouyong326/archive/2009/05/13/1455845.html