Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function is an overloaded wrapper for PathRelativePathTo.
Syntax
inline BOOL RelativePathTo(
char* pszPath,
const char* pszFrom,
DWORD dwAttrFrom,
const char* pszTo,
DWORD dwAttrTo
);
inline BOOL RelativePathTo(
wchar_t* pszPath,
const wchar_t* pszFrom,
DWORD dwAttrFrom,
const wchar_t* pszTo,
DWORD dwAttrTo
);
Remarks
See PathRelativePathTo for details.
Requirements
Header: atlpath.h
See Also
Active Template Library (ATL) Concepts
ATL COM Desktop Components
ATL Functions Alphabetical Reference
PathRelativePathTo