Graham Nicholls wrote: > Is there an equivalent of [ -f $filename ] to test for the existence of > filename in Python? Things like this seem essential for a shell tool > language. Try os.path.exists() TTFN