On 8/9/06, Alexander 'boesi' Bösecke <[EMAIL PROTECTED]> wrote:
Hi

Am 09.08.2006 14:08:04 schrieb Yakov Lerner:

> Looks like an input() bug to me.

To me it looks even more strange. I've tested a bit more.

:echo filereadable("G:\Projekte\CS Simple\run.pyw")

Use single quotes, where backslash is not treated specially.
Otherwize "..\r..." will be treated as CR char, "...\t..." as
tab char etc, which is not what you want.

Yakov

Reply via email to