source: trunk/dll/copyf.h@ 1664

Last change on this file since 1664 was 1664, checked in by Gregg Young, 13 years ago

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

  • Property svn:eolstyle set to native
  • Property svn:keywords set to Id
File size: 1.1 KB
Line 
1
2/***********************************************************************
3
4 $Id: copyf.h 1664 2012-08-05 00:11:07Z gyoung $
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
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
17
18***********************************************************************/
19
20#if !defined(COPYF_H)
21
22#define COPYF_H
23
24BOOL AdjustWildcardName(CHAR * oldname, CHAR * newname);
25char *MakeTempName(char *buffer, char *temproot, int type);
26BOOL WriteLongName(CHAR * filename, CHAR * longname);
27APIRET docopyf(INT type, CHAR * oldname, CHAR * newname);
28INT make_deleteable(CHAR * filename, INT error);
29INT unlinkf(CHAR * string);
30INT wipeallf(CHAR * string, ...);
31
32#endif // COPYF_H
Note: See TracBrowser for help on using the repository browser.