On Sat, 24 Feb 2001, Tim Johnson wrote: > Hello: > Python newbie here.... I'm checking documentation, but can't > find anything like the C access() function. > Is such a function available. Hello! Try the os.path.exists() function: it's documented here: http://python.org/doc/current/lib/module-os.path.html