On 1/3/11 6:42 AM, Steve Schveighoffer wrote:
Would it be enough to have a function that takes a string (or inout(char)[] if possible) and returns a string[] with the path elements? Also, a function to do the reverse.
Problem is I've seldom been in a situation in life where I could find use for such a function. Most of the time I want basename, dirname, and if applicable drive. I don't want to dissect the entire dirname.
Andrei _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
