reading a file

Janko Hauser jhauser at ifm.uni-kiel.de
Wed Aug 30 08:52:18 EDT 2000


import os

if os.path.isfile(filename):
	fd = open(filename)

HTH
__Janko

-- 
  Institut fuer Meereskunde             phone: 49-431-597 3989
  Dept. Theoretical Oceanography        fax  : 49-431-565876
  Duesternbrooker Weg 20                email: jhauser at ifm.uni-kiel.de
  24105 Kiel, Germany



More information about the Python-list mailing list