Determine if file exists

Fredrik Lundh effbot at telia.com
Fri May 12 02:36:09 EDT 2000


Rob Elder <relder at omegabit.com> wrote:
> How do I check to see if a file exists?

os.path.exists(filename)

</F>








More information about the Python-list mailing list