On Wednesday 15 September 2010 05:06:58 SHOO wrote: > I think that these features should be refined more, too. I am confused > that the handling of strings and path are mixed.
A path _is_ a string. It's a string which indicates where on the file system a file is located. All of the functions in std.path are, therefore, string-related. However, they all relate to paths as opposed to strings in general, so I don't see what's mixed about them. - Jonathan M Davis _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
