what are some methods for open()?
i want to know when the end of file is incountered like so:
def saveFile(filename):
fout = open(filename 'w')
while not fout.EOF():
fout.write(havnt figured out what to do here but dw bout it)
any ideas?