Changeset 1664 for trunk/dll/worker.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/worker.h

    r1455 r1664  
    1111  05 Sep 08 JBS Ticket 187: Refactor FM3DLL.H
    1212  14 Sep 09 SHL Drop experimental code
     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***********************************************************************/
     
    3034  BOOL overnew;
    3135  BOOL overwrite;
     36  BOOL noreadonlywarn;
    3237}
    3338MOVEIT;
     
    4853// Data declarations
    4954extern FILE *LogFileHandle;
     55extern BOOL fUnlock;
    5056
    5157VOID Action(VOID * args);
Note: See TracChangeset for help on using the changeset viewer.