"Bob Then" <[EMAIL PROTECTED]> wrote: >how can i change all files from one extension to another within a direcory?
In Windows, the quickest way is:
os.system( "rename *.old *.new" )
--
- Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.
--
http://mail.python.org/mailman/listinfo/python-list
