Kenneth Porter wrote:
The only time you should need a backslash is when *rendering* a path where a user can see it. All path components inside the code should use the portable forward slash. Treat the backslash as an output option for the use cases where it matters, similar to the way you'd use a locale option to output error messages in a foreign language.

Yes, that sounds like a better approach; I'll just have an output function for use when paths are output.
_______________________________________________
vss2svn-users mailing list
[EMAIL PROTECTED]
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org

Reply via email to