Changeset 1741 for trunk/dll/copyf.c
- Timestamp:
- Feb 23, 2014, 12:32:04 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/dll/copyf.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/copyf.c
r1740 r1741 39 39 and so it works with move to trashcan inabled. 40 40 22 Feb 14 GKY Fix wipeallf to recurss properly 41 22 Feb 14 GKY Fix warn readonly yes don't ask to work when recursing directories. 41 42 42 43 ***********************************************************************/ … … 77 78 static CHAR *GetLongName(CHAR * oldname, CHAR * buffer); 78 79 static CHAR *TruncName(CHAR * oldname, CHAR * buffer); 80 81 BOOL ignorereadonly = FALSE; 79 82 80 83 //static CHAR default_disk(VOID); … … 534 537 if (!IsFile(dir)) { 535 538 if (!strchr(dir, '?') && !strchr(dir, '*')) 536 wipeallf( FALSE, "%s\\*", dir);539 wipeallf(TRUE, "%s\\*", dir); 537 540 DosError(FERR_DISABLEHARDERR); 538 541 if (DosDeleteDir(dir)) { … … 621 624 else { 622 625 // remove directory 623 wipeallf( FALSE, "%s\\*", oldname);626 wipeallf(TRUE, "%s\\*", oldname); 624 627 DosError(FERR_DISABLEHARDERR); 625 628 if (DosDeleteDir(oldname)) {
Note:
See TracChangeset
for help on using the changeset viewer.
