Last change
on this file since 1710 was 1710, checked in by Gregg Young, 12 years ago |
Actually commit the fix for suppressing the readonly warning on temp archive files. Ticket 497
|
-
Property svn:eolstyle
set to
native
-
Property svn:keywords
set to
Id
|
File size:
1.3 KB
|
Rev | Line | |
---|
[1189] | 1 |
|
---|
| 2 | /***********************************************************************
|
---|
| 3 |
|
---|
[1195] | 4 | $Id: copyf.h 1710 2014-02-09 20:07:48Z gyoung $
|
---|
[1189] | 5 |
|
---|
| 6 | <<description here>>
|
---|
| 7 |
|
---|
| 8 | Copyright (c) 1993-98 M. Kimes
|
---|
| 9 | Copyright (c) 2001, 2008 Steven H. Levine
|
---|
| 10 |
|
---|
| 11 | 05 Sep 08 JBS Ticket 187: Refactor FM3DLL.H
|
---|
[1402] | 12 | 08 Mar 09 GKY Removed variable aurguments from docopyf and unlinkf (not used)
|
---|
[1664] | 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
|
---|
[1686] | 17 | 10 Mar 13 GKY Improvrd readonly check on delete to allow cancel and don't ask again options
|
---|
[1189] | 18 |
|
---|
| 19 | ***********************************************************************/
|
---|
| 20 |
|
---|
| 21 | #if !defined(COPYF_H)
|
---|
| 22 |
|
---|
| 23 | #define COPYF_H
|
---|
| 24 |
|
---|
[1167] | 25 | BOOL AdjustWildcardName(CHAR * oldname, CHAR * newname);
|
---|
[1189] | 26 | char *MakeTempName(char *buffer, char *temproot, int type);
|
---|
[1167] | 27 | BOOL WriteLongName(CHAR * filename, CHAR * longname);
|
---|
[1402] | 28 | APIRET docopyf(INT type, CHAR * oldname, CHAR * newname);
|
---|
[1686] | 29 | INT make_deleteable(CHAR * filename, INT error, BOOL Dontcheckreadonly);
|
---|
[1402] | 30 | INT unlinkf(CHAR * string);
|
---|
[1710] | 31 | INT wipeallf(BOOL ignorereadonly, CHAR * string, ...);
|
---|
[1167] | 32 |
|
---|
[1189] | 33 | #endif // COPYF_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.