On Sat, May 1, 2010 at 10:34 PM, Conrad Irwin <[email protected]> wrote: > * Don't hardcode "\\" as the directory separator - windows is not here!
In particular, always hardcode '/' for path separators -- it's easier to read due to lack of escaping, and works on Windows just as well as '\\' as far as I know. _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
