VirtualBox

Changeset 46162 in vbox for trunk/include/iprt


Ignore:
Timestamp:
May 19, 2013 3:40:36 PM (12 years ago)
Author:
vboxsync
Message:

Simple RTPathIsSame implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/path.h

    r46104 r46162  
    773773
    774774/**
     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 */
     785RTDECL(int) RTPathIsSame(const char *pszPath1, const char *pszPath2);
     786
     787
     788/**
    775789 * Compares two paths.
    776790 *
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette