Thanks Larry, I'll give that a try... R.D.
> > Use win32.moveFile method instead. This links directly to the Windows > MoveFile method that just moves the directory entries around. > > From Win32 Documentation: > > win32api.MoveFile > MoveFile(srcName, destName) > > Renames a file, or a directory (including its children). > > Parameters > > srcName : string > > The name of the source file. > > destName : string > > The name of the destination file. > > Comments > This method can not move files across volumes. > > -Larry -- http://mail.python.org/mailman/listinfo/python-list