halex2000 wrote: > Hi all, I'm new with Python, and I thought to use it to automatically rename > some files in a directory, but I don't know where should I search the > functions: to get all the files of a directory, to rename the files and so > on.
Python programmers are constantly looking at:
http://docs.python.org/lib/lib.html
In this case, see 14.1.4, 11.1, and 11.10.
Happy hacking.
--
--Bryan
--
http://mail.python.org/mailman/listinfo/python-list
