check file exists
bragib at my-deja.com
bragib at my-deja.com
Mon Jul 31 16:39:01 EDT 2000
More information about the Python-list mailing list
Mon Jul 31 16:39:01 EDT 2000
- Previous message (by thread): check file exists
- Next message (by thread): check file exists
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
os.path.exists('file.ext')
returns 1 or 0
Bragi
In article <3985DDA3.E811F70A at ncsa.uiuc.edu>,
Randy Heiland <heiland at ncsa.uiuc.edu> wrote:
> How does one test for whether or not a (Unix) file exists?
>
> thanks,
> Randy
>
>
Sent via Deja.com http://www.deja.com/
Before you buy.
- Previous message (by thread): check file exists
- Next message (by thread): check file exists
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list