Changeset 1740 for trunk/dll


Ignore:
Timestamp:
Feb 22, 2014, 10:32:47 PM (12 years ago)
Author:
Gregg Young
Message:

Fix wipeallf to recurse properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/copyf.c

    r1722 r1740  
    3838  16 Feb 14 GKY Rework readonly check on delete code so it actually works in a logical way
    3939                and so it works with move to trashcan inabled.
     40  22 Feb 14 GKY Fix wipeallf to recurss properly
    4041
    4142***********************************************************************/
     
    817818      if (f->attrFile & FILE_DIRECTORY) {
    818819        if (strcmp(f->achName, ".") && strcmp(f->achName, "..")) {
    819           wipeallf(FALSE, "%s/%s", ss, mask);   // recurse to wipe files
     820          wipeallf(ignorereadonly, "%s/%s", ss, mask);  // recurse to wipe files
    820821          DosError(FERR_DISABLEHARDERR);
    821822          // remove directory
Note: See TracChangeset for help on using the changeset viewer.