- Timestamp:
- Feb 22, 2014, 10:32:47 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/dll/copyf.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/copyf.c
r1722 r1740 38 38 16 Feb 14 GKY Rework readonly check on delete code so it actually works in a logical way 39 39 and so it works with move to trashcan inabled. 40 22 Feb 14 GKY Fix wipeallf to recurss properly 40 41 41 42 ***********************************************************************/ … … 817 818 if (f->attrFile & FILE_DIRECTORY) { 818 819 if (strcmp(f->achName, ".") && strcmp(f->achName, "..")) { 819 wipeallf( FALSE, "%s/%s", ss, mask); // recurse to wipe files820 wipeallf(ignorereadonly, "%s/%s", ss, mask); // recurse to wipe files 820 821 DosError(FERR_DISABLEHARDERR); 821 822 // remove directory
Note:
See TracChangeset
for help on using the changeset viewer.
