working with files and directories
Bryan Olson
fakeaddress at nowhere.org
Mon Nov 27 07:35:10 EST 2006
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
More information about the Python-list
mailing list