f python?

Tim Roberts timr at probo.com
Thu Apr 12 01:16:59 EDT 2012


"WJ" <w_a_x_man at 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, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list