Changeset 1686 for trunk/dll/copyf.h


Ignore:
Timestamp:
Mar 10, 2013, 7:34:34 PM (12 years ago)
Author:
Gregg Young
Message:

GKY Improvrd readonly check on delete to allow cancel and don't ask again options; Added saymsg2 for this purpose; Fixes to snapshot file. cs 1685 contained the COMP.C changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/copyf.h

    r1664 r1686  
    1515  04 Aug 12 GKY Changes to allow copy and move over readonly files with a warning dialog; also added a warning dialog
    1616                for delete of readonly files
     17  10 Mar 13 GKY Improvrd readonly check on delete to allow cancel and don't ask again options
    1718
    1819***********************************************************************/
     
    2627BOOL WriteLongName(CHAR * filename, CHAR * longname);
    2728APIRET docopyf(INT type, CHAR * oldname, CHAR * newname);
    28 INT make_deleteable(CHAR * filename, INT error);
     29INT make_deleteable(CHAR * filename, INT error, BOOL Dontcheckreadonly);
    2930INT unlinkf(CHAR * string);
    3031INT wipeallf(CHAR * string, ...);
Note: See TracChangeset for help on using the changeset viewer.