source: trunk/dll/copyf.h@ 1736

Last change on this file since 1736 was 1712, checked in by Gregg Young, 12 years ago

Added comments

  • Property svn:eolstyle set to native
  • Property svn:keywords set to Id
File size: 1.4 KB
RevLine 
[1189]1
2/***********************************************************************
3
[1195]4 $Id: copyf.h 1712 2014-02-09 22:32:51Z gyoung $
[1189]5
6 <<description here>>
7
8 Copyright (c) 1993-98 M. Kimes
[1712]9 Copyright (c) 2001, 2014 Steven H. Levine
[1189]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)
[1712]13 04 Aug 12 GKY Changes to use Unlock to unlock files if Unlock.exe is in path both
14 from menu/toolbar and as part of copy, move and delete operations
15 04 Aug 12 GKY Changes to allow copy and move over readonly files with a warning dialog;
16 also added a warning dialog 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
[1712]18 09 Feb 14 GKY Modified wipeallf to allow suppression of the readonly warning on delete
19 of temporary files
[1189]20
21***********************************************************************/
22
23#if !defined(COPYF_H)
24
25#define COPYF_H
26
[1167]27BOOL AdjustWildcardName(CHAR * oldname, CHAR * newname);
[1189]28char *MakeTempName(char *buffer, char *temproot, int type);
[1167]29BOOL WriteLongName(CHAR * filename, CHAR * longname);
[1402]30APIRET docopyf(INT type, CHAR * oldname, CHAR * newname);
[1686]31INT make_deleteable(CHAR * filename, INT error, BOOL Dontcheckreadonly);
[1402]32INT unlinkf(CHAR * string);
[1710]33INT wipeallf(BOOL ignorereadonly, CHAR * string, ...);
[1167]34
[1189]35#endif // COPYF_H
Note: See TracBrowser for help on using the repository browser.