Changeset 46162 in vbox for trunk/include/iprt
- Timestamp:
- May 19, 2013 3:40:36 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/path.h
r46104 r46162 773 773 774 774 /** 775 * Checks if the two paths leads to the file system object. 776 * 777 * If the objects exist, we'll query attributes for them. If that's not 778 * conclusive (some OSes) or one of them doesn't exist, we'll use a combination 779 * of RTPathAbs and RTPathCompare to determine the result. 780 * 781 * @returns true, false, or VERR_FILENAME_TOO_LONG. 782 * @param pszPath1 The first path. 783 * @param pszPath2 The seoncd path. 784 */ 785 RTDECL(int) RTPathIsSame(const char *pszPath1, const char *pszPath2); 786 787 788 /** 775 789 * Compares two paths. 776 790 *
Note:
See TracChangeset
for help on using the changeset viewer.