Dan wrote:
> 
> I know how to open a system file with Python, but is there some way to
> create one if it's not there?

As in any other language I know : just open it in write mode !-)

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for 
p in '[EMAIL PROTECTED]'.split('@')])"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to