Re: [Tutor] Example of modifying files in directory

2008-05-28 Thread Kent Johnson
On Wed, May 28, 2008 at 9:50 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello, > I have been looking at using Beautifulsoup python module to make > changes to some static html files a total of 167 files, but being a > newb in programming was wondering first how to open, read/process the > f

[Tutor] Example of modifying files in directory

2008-05-28 Thread [EMAIL PROTECTED]
Hello, I have been looking at using Beautifulsoup python module to make changes to some static html files a total of 167 files, but being a newb in programming was wondering first how to open, read/process the file, then write it, close it and then open the next file thus creating the loop. Ca