06 2011 档案
摘要:void CreateAllDirectories(CString strDir){ //remove ending / if exists if(strDir.Right(1)=="\\") strDir=strDir.Left(strDir.GetLength()-1); // base case . . .if directory exists if(GetFileAttributes(strDir)!=-1) return; // recursive call, one less directory int nFound = strDir.ReverseFind(&
阅读全文
浙公网安备 33010602011771号