12345678910111213141516171819 |
- #ifndef __RelPath_h__
- #define __RelPath_h__
- /////////////////////////////////////////////////////////////////////////////
- // RelPath.h : Declarations of relative pathname functions.
- //
- /////////////////////////////////////////////////////////////////////////////
- // Relative Path Creation
- bool TCMakeRelativePath(LPCTSTR pszPath, LPCTSTR pszFrom, LPTSTR pszDest,
- int cchMaxDest, bool bBeginWithDot);
- /////////////////////////////////////////////////////////////////////////////
- #endif // !__RelPath_h__
|