new method:
char[] parent( char[] path, int up = 1 )
returns the parent path name of the given path, up indicates the levels for "walking up"
extended method:
char[] join( char[] p1, char[] p2 )
would really be cool if it could join "real" relative paths (p2) such as "../sibling".
If helpfull I could provide a win specific implementation e.g. to be used as starting point.
Comment #1 by bugzilla — 2006-06-09T04:16:10Z
The bug list is not a very good discussion forum about the merits or demerits of proposed enhancements.
If Brad (or anyone else) wants to set up a separate bugzilla system for enhancement requests, that would be fine and likely useful. But this one should be for bugs only.
Bugs are arbitrarily defined as:
1) doesn't work as documented
2) contradictory, missing, or obviously wrong documentation
Comment #2 by StefanLiebig — 2006-06-10T04:03:08Z
Sorry!
I thought that "severity: enhancement" is just for that.
So, I will post it to the forum.