Irmen de Jong <[EMAIL PROTECTED]> wrote:
>BartlebyScrivener wrote:
>>> Even weirder,
>> 
>>> os.path.isfile(r'c://bookmarks.html')
>> 
>> Never mind. It works that way from the command line, too. Never tried
>> it before.
>
>Forward slashes as path separator only works on NTFS volumes I believe.

Wrong.  They work on all Microsoft operating systems back to at least
MS-DOS 5, and on every version of Windows.

The command interpreters don't accept them, but all of the APIs do.
-- 
- Tim Roberts, [EMAIL PROTECTED]
  Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to