Changeset 16252 in vbox
- Timestamp:
- Jan 27, 2009 9:21:55 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/include/iprt/path.h (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/path.h
r15754 r16252 48 48 49 49 /** @def RTPATH_SLASH 50 * The prefer ed slash character.50 * The preferred slash character. 51 51 * 52 52 * @remark IPRT will always accept unix slashes. So, normally you would … … 64 64 65 65 /** @def RTPATH_SLASH_STR 66 * The prefer ed slash character as a string, handy for concatenations66 * The preferred slash character as a string, handy for concatenations 67 67 * with other strings. 68 68 * … … 93 93 * Checks if a character marks the end of the volume specification. 94 94 * 95 * @remark This is suffic ent for the drive letter consept on PC.95 * @remark This is sufficient for the drive letter concept on PC. 96 96 * However it might be insufficient on other platforms 97 97 * and even on PC a UNC volume spec won't be detected this way. … … 305 305 * 306 306 * File system details are currently ignored. This means that you won't get 307 * case-insen tive compares on unix systems when a path goes into a case-insensitive307 * case-insensitive compares on unix systems when a path goes into a case-insensitive 308 308 * filesystem like FAT, HPFS, HFS, NTFS, JFS, or similar. For NT, OS/2 and similar 309 * you'll won't get case-sensit ve compares on a case-sensitive file system.309 * you'll won't get case-sensitive compares on a case-sensitive file system. 310 310 * 311 311 * @param pszPath1 Path to compare (must be an absolute path). … … 336 336 * 337 337 * @remark This API doesn't currently handle root directory compares in a manner 338 * consist ant with the other APIs. RTPathStartsWith(pszSomePath, "/") will338 * consistent with the other APIs. RTPathStartsWith(pszSomePath, "/") will 339 339 * not work if pszSomePath isn't "/". 340 340 */ … … 475 475 * @param pszPath Path to the file system object. 476 476 * @param pAccessTime Pointer to the new access time. 477 * @param pModificationTime Pointer to the new modif cation time.477 * @param pModificationTime Pointer to the new modification time. 478 478 * @param pChangeTime Pointer to the new change time. NULL if not to be changed. 479 479 * @param pBirthTime Pointer to the new time of birth. NULL if not to be changed. … … 499 499 * @param pszPath Path to the file system object. 500 500 * @param pAccessTime Where to store the access time. NULL is ok. 501 * @param pModificationTime Where to store the modif cation time. NULL is ok.501 * @param pModificationTime Where to store the modification time. NULL is ok. 502 502 * @param pChangeTime Where to store the change time. NULL is ok. 503 503 * @param pBirthTime Where to store the creation time. NULL is ok.
Note:
See TracChangeset
for help on using the changeset viewer.

