source: trunk/dll/pathutil.h@ 907

Last change on this file since 907 was 907, checked in by Steven Levine, 18 years ago

Avoid out of memory traps in Compare Directories
Rework Compare Directories progress display for 2 second update rate
Start refactoring to reduce dependence on fm3dll.h
Add timer services (IsITimerExpired etc.)

File size: 691 bytes
Line 
1
2/***********************************************************************
3
4 $Id: $
5
6 Path handling utility functions
7
8 Copyright (c) 1993-98 M. Kimes
9 Copyright (c) 2001, 2008 Steven H. Levine
10
11 05 Jan 08 SHL Move from fm3dll.h to here
12
13***********************************************************************/
14
15#if !defined(PATHUTIL_H)
16
17#define PATHUTIL_H
18
19#if !defined(OS2_INCLUDED)
20#include <os2.h>
21#else
22#endif
23
24PSZ BldFullPathName(PSZ pszFullPathName, PSZ pszPathName, PSZ pszFileName);
25PSZ BldQuotedFullPathName(PSZ pszFullPathName, PSZ pszPathName, PSZ pszFileName);
26PSZ BldQuotedFileName(PSZ pszQuotedFileName, PSZ pszFileName);
27
28#endif // PATHUTIL_H
Note: See TracBrowser for help on using the repository browser.