Hi All, I was wondering if anyone had used os.path.walk within a class or not, and what are the pitfalls...
What has got me worried is that the function called by os.path.walk must be a method of the class. Now this means it will have something like this as a def: def func_called_by_walk(self, arg, directory, names): Will this work with os.path.walk with that definition? Thanks, Matt _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor