Changeset 1739 for trunk/dll/init.c
- Timestamp:
- Feb 22, 2014, 10:06:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r1720 r1739 120 120 started from fm2 after fm2 has been started with stdout and stderr 121 121 redirected to a file. 122 22 Feb 14 GKY Cleanup of readonly check code suppress spurious error on blocked directory 123 delete and eliminated the check on additional temp file deletes 122 124 123 125 ***********************************************************************/ … … 596 598 strcpy(enddir, ffb.achName); 597 599 if (ffb.attrFile & FILE_DIRECTORY) { 598 wipeallf( FALSE, "%s\\*", s);600 wipeallf(TRUE, "%s\\*", s); 599 601 DosDeleteDir(s); 600 602 } … … 636 638 DosForceDelete(szTempFile); 637 639 if (pTmpDir) { 638 wipeallf( FALSE, "%s\\*", pTmpDir);640 wipeallf(TRUE, "%s\\*", pTmpDir); 639 641 DosDeleteDir(pTmpDir); 640 642 }
Note:
See TracChangeset
for help on using the changeset viewer.