How can I read and write external files (Linux filesystem) with python?
5 Apr
2000
5 Apr
'00
10:13 a.m.
hi all, How can I read and write external files (Linux filesystem) with python? Thanks Jens
5 Apr
5 Apr
12:49 p.m.
New subject: [Zope] How can I read and write external files (Linux filesystem) with python?
It's almost like the C API. Here is an example: fd = open(filename) txt = fd.read() fd.close() More information can be found at http://www.python.org/doc
jensebaer wrote:
hi all,
How can I read and write external files (Linux filesystem) with python?
Thanks
Jens
-- Ken Kinder 303.381.7631
9497
Age (days ago)
9497
Last active (days ago)
1 comments
2 participants
participants (2)
-
jensebaer -
Ken Kinder