Bob Then wrote:
how can i change all files from one extension to another within a direcory?

Using os.listdir, os.path.split and os.rename.

-- Gerhard
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to