RelPath.h 512 B

12345678910111213141516171819
  1. #ifndef __RelPath_h__
  2. #define __RelPath_h__
  3. /////////////////////////////////////////////////////////////////////////////
  4. // RelPath.h : Declarations of relative pathname functions.
  5. //
  6. /////////////////////////////////////////////////////////////////////////////
  7. // Relative Path Creation
  8. bool TCMakeRelativePath(LPCTSTR pszPath, LPCTSTR pszFrom, LPTSTR pszDest,
  9. int cchMaxDest, bool bBeginWithDot);
  10. /////////////////////////////////////////////////////////////////////////////
  11. #endif // !__RelPath_h__