Changeset 1710 for trunk/dll/init.c
- Timestamp:
- Feb 9, 2014, 9:07:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r1673 r1710 588 588 strcpy(enddir, ffb.achName); 589 589 if (ffb.attrFile & FILE_DIRECTORY) { 590 wipeallf( "%s\\*", s);590 wipeallf(FALSE, "%s\\*", s); 591 591 DosDeleteDir(s); 592 592 } … … 628 628 DosForceDelete(szTempFile); 629 629 if (pTmpDir) { 630 wipeallf( "%s\\*", pTmpDir);630 wipeallf(FALSE, "%s\\*", pTmpDir); 631 631 DosDeleteDir(pTmpDir); 632 632 } … … 789 789 if (!strstr(temp, "FM/2") && 790 790 !strstr(temp, "AV/2")) { 791 wipeallf( "%s\\*", szTempName);791 wipeallf(TRUE, "%s\\*", szTempName); 792 792 DosDeleteDir(szTempName); 793 793 }
Note:
See TracChangeset
for help on using the changeset viewer.