Changeset 1664 for trunk/dll/copyf.h
- Timestamp:
- Aug 5, 2012, 2:11:07 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/copyf.h
r1402 r1664 11 11 05 Sep 08 JBS Ticket 187: Refactor FM3DLL.H 12 12 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 13 17 14 18 ***********************************************************************/ … … 22 26 BOOL WriteLongName(CHAR * filename, CHAR * longname); 23 27 APIRET docopyf(INT type, CHAR * oldname, CHAR * newname); 24 INT make_deleteable(CHAR * filename );28 INT make_deleteable(CHAR * filename, INT error); 25 29 INT unlinkf(CHAR * string); 26 30 INT wipeallf(CHAR * string, ...);
Note:
See TracChangeset
for help on using the changeset viewer.