Changing file names

Holger Türk htx1 at gmx.de
Wed May 26 16:23:43 EDT 2004



Thomas Philips wrote:
> How then can I change the existing filenames to these new filenames?
> What python functions should I be using, and what modules are they
> contained in?

http://docs.python.org/lib/os-file-dir.html

See "rename", obviously.

Holger




More information about the Python-list mailing list