Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
static char dest_dir[MAX_PATH];
//Functions to open CAB files
BOOL IsDataspecFilePresent(CString strCabExplodedDir); BOOL IsIncidentXMLFilePresent(CString strCabExplodedDir, CString strIncidentFileName); void DirectorySearch(const CString & strSpec, const CString & strDir, CStringList &results); BOOL GetCABExplodeDir(CString &destination, BOOL fDeleteFiles = TRUE, const CString & strDontDelete = CString("")); BOOL OpenCABFile(const CString &filename, const CString &destination); BOOL FindFileToOpen(const CString & destination, CString & filename); void KillDirectory(const CString & strDir, const CString & strDontDelete = CString(""));
|