Changeset 33540 in vbox for trunk/src/VBox/Runtime/common/path
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- Location:
- trunk/src/VBox/Runtime/common/path
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathChangeToDosSlashes.cpp
r28800 r33540 34 34 35 35 /** 36 * Changes all the sla hes in the specified path to DOS style.36 * Changes all the slashes in the specified path to DOS style. 37 37 * 38 38 * Unless @a fForce is set, nothing will be done when on a UNIX flavored system -
trunk/src/VBox/Runtime/common/path/RTPathChangeToUnixSlashes.cpp
r28800 r33540 34 34 35 35 /** 36 * Changes all the sla hes in the specified path to unix style.36 * Changes all the slashes in the specified path to unix style. 37 37 * 38 38 * Unless @a fForce is set, nothing will be done when on a UNIX flavored system -
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.