"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.
see
http://effbot.org/pyfaq/how-do-i-delete-a-file-and-other-file-questions.htm
http://docs.python.org/tut/node12.html
and the relevant modules in the library reference.
</F>
--
http://mail.python.org/mailman/listinfo/python-list
