Changeset 33540 in vbox for trunk/src/VBox/Runtime/common/path/comparepaths.cpp
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/comparepaths.cpp
r28800 r33540 131 131 * 132 132 * @remarks File system details are currently ignored. This means that you won't 133 * get case-insen tive compares on unix systems when a path goes into a133 * get case-insensitive compares on unix systems when a path goes into a 134 134 * case-insensitive filesystem like FAT, HPFS, HFS, NTFS, JFS, or 135 * similar. For NT, OS/2 and similar you'll won't get case-sensit ve135 * similar. For NT, OS/2 and similar you'll won't get case-sensitive 136 136 * compares on a case-sensitive file system. 137 137 */ … … 160 160 * 161 161 * @remarks This API doesn't currently handle root directory compares in a 162 * manner consist ant with the other APIs. RTPathStartsWith(pszSomePath,162 * manner consistent with the other APIs. RTPathStartsWith(pszSomePath, 163 163 * "/") will not work if pszSomePath isn't "/". 164 164 */
Note:
See TracChangeset
for help on using the changeset viewer.