"WJ" <w_a_x_...@yahoo.com> wrote:
>
>Slashes can work under windows, up to a point:

ALL Windows APIs accept forward slashes.  The only place they are not
accepted is command line commands that take options which can begin with
forward slash.

>Also, most languages I use under windows allow you to use
>slashes in paths:

All of them should do so.  They're just string being passed to CreateFile,
and CreateFile accepts forward slashes just fine.
-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to