Changeset 15754 in vbox for trunk/include/iprt
- Timestamp:
- Dec 25, 2008 10:52:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/path.h
r14054 r15754 165 165 166 166 /** 167 * Get the absolute path (no symlinks, no . or .. components), doesn't have to exist. 167 * Get the absolute path (starts from root, no . or .. components), doesn't have 168 * to exist. Note that this method is designed to never perform actual file 169 * system access, therefore symlinks are not resolved. 168 170 * 169 171 * @returns iprt status code.
Note:
See TracChangeset
for help on using the changeset viewer.