Created on 2014-01-20.00:00:00 last changed 100 months ago
Proposed resolution:
Change 8.4.10 path query [path.query]:
bool is_absolute() const;Returns:
trueifthe elements ofroot_path()uniquely identify a file system locationpathnamecontains an absolute path (4.1 [fs.def.absolute-path]) , elsefalse.[Example:path("/").is_absolute()istruefor POSIX based operating systems, andfalsefor Windows based operating systems. — end example]
[ 2014-02-10 Beman Dawes provides wording ]
Addresses: filesys.ts
is_absolute says: "Returns: true if the elements of root_path() uniquely identify a file system location, else false." The "uniquely identify a location" seems confusing in presence of symlinks.
Suggested action:
Clarify the returns clause so that there's no confusion about symlinks and 'location'.
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-07-30 20:10:41 | admin | set | status: wp -> open |
| 2016-01-28 01:00:35 | admin | set | messages: + msg7755 |
| 2016-01-28 01:00:35 | admin | set | messages: + msg7754 |
| 2014-01-20 00:00:00 | admin | create | |