Changeset 76589 in vbox for trunk/include/iprt
- Timestamp:
- Jan 1, 2019 8:56:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/path.h
r76585 r76589 1086 1086 * terminator included. 1087 1087 * @param pszPathFrom The path to start from creating the relative path. 1088 * @param fFromFile Whether @a pszPathFrom is a file and we should work 1089 * relative to it's parent directory (@c true), or if 1090 * we should assume @a pszPathFrom is a directory and 1091 * work relative to it. 1088 1092 * @param pszPathTo The path to reach with the created relative path. 1089 1093 */ 1090 RTDECL(int) RTPathCalcRelative(char *pszPathDst, size_t cbPathDst, 1091 const char *pszPathFrom, 1092 const char *pszPathTo); 1094 RTDECL(int) RTPathCalcRelative(char *pszPathDst, size_t cbPathDst, const char *pszPathFrom, bool fFromFile, const char *pszPathTo); 1093 1095 1094 1096 #ifdef IN_RING3
Note:
See TracChangeset
for help on using the changeset viewer.