Changeset 1664 for trunk/dll/copyf.h


Ignore:
Timestamp:
Aug 5, 2012, 2:11:07 AM (13 years ago)
Author:
Gregg Young
Message:

Changes to use Unlock to unlock files if Unlock.exe is in path both from menu/toolbar and as part of copy, move and delete operations. Changes to allow copy and move over readonly files with a warning dialog; also added a warning dialog for delete of readonly files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/copyf.h

    r1402 r1664  
    1111  05 Sep 08 JBS Ticket 187: Refactor FM3DLL.H
    1212  08 Mar 09 GKY Removed variable aurguments from docopyf and unlinkf (not used)
     13  04 Aug 12 GKY Changes to use Unlock to unlock files if Unlock.exe is in path both from menu/toolbar and as part of
     14                copy, move and delete operations
     15  04 Aug 12 GKY Changes to allow copy and move over readonly files with a warning dialog; also added a warning dialog
     16                for delete of readonly files
    1317
    1418***********************************************************************/
     
    2226BOOL WriteLongName(CHAR * filename, CHAR * longname);
    2327APIRET docopyf(INT type, CHAR * oldname, CHAR * newname);
    24 INT make_deleteable(CHAR * filename);
     28INT make_deleteable(CHAR * filename, INT error);
    2529INT unlinkf(CHAR * string);
    2630INT wipeallf(CHAR * string, ...);
Note: See TracChangeset for help on using the changeset viewer.