In <[EMAIL PROTECTED]>, Donn Cave wrote: > You can replace "mv" with os.rename() if you don't > care that it will fail when the destination is on a different > filesystem. Etc.
If you care than use `shutil.move()` instead.
Ciao,
Marc 'BlackJack' Rintsch
--
http://mail.python.org/mailman/listinfo/python-list
