source: trunk/dll/mkdir.h@ 1844

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

Enhance traget directory drop to give the option of changing the directory or carrying out an operation to the current target; Added an error message for target=None; Added parameter to SetTargetDir. Ticket 373

  • Property svn:eolstyle set to native
  • Property svn:keywords set to Id
File size: 886 bytes
Line 
1
2/***********************************************************************
3
4 $Id: mkdir.h 1675 2012-12-30 23:15:44Z gyoung $
5
6 <<<description here>>>
7
8 Copyright (c) 1993-98 M. Kimes
9 Copyright (c) 2013 Steven H. Levine
10
11 Change log
12 30 Dec 12 GKY Enhance traget directory drop to give the option of changing the directory or carrying out an
13 operation to the current target; Added an error message for target=None;
14 Added parameter to SetTargetDir
15
16***********************************************************************/
17
18#if !defined(MKDIR_H)
19#define MKDIR_H
20
21APIRET MassMkdir(HWND hwndClient, CHAR * dir);
22BOOL PMMkDir(HWND hwnd, CHAR * filename, BOOL copy);
23APIRET SetDir(HWND hwndClient, HWND hwnd, CHAR * dir, INT flags);
24void SetTargetDir(HWND hwnd, BOOL justshow, PSZ newtarget);
25
26// Data declarations
27extern CHAR targetdir[CCHMAXPATH];
28
29#endif // MKDIR_H
Note: See TracBrowser for help on using the repository browser.