Re: [Tutor] Opening Multiple Files

2007-08-17 Thread Alan Gauld
"Paulo Quaglio" <[EMAIL PROTECTED]> wrote > I've solved the problem of opening several files to process "as a > batch" > with glob.glob(). Only now did I realize that the program and files > need to be in the same folder.. They don't but you do need to pass a valid path to open() Thus if your c

Re: [Tutor] Opening Multiple Files

2007-08-17 Thread Luke Paireepinart
Paulo Quaglio wrote: > Hi everyone, > Thanks for all suggestions. Let me just preface this by saying that > I’m new to both python and programming. I started learning 3 months > ago with online tutorials and reading the questions you guys post. So, > thank you all very, very much…and I apologize