"Christopher Spears" wrote
I'm trying to move a bunch of files and directories into another
directory.
Unfortunately, I keep getting an error message:
OSError: [Errno 17] File exists: './TAPE_ARCHIVES'
The problem seems to happen when I try to move a directory into another
directory:
I
I'm trying to move a bunch of files and directories into another directory.
Unfortunately, I keep getting an error message:
Traceback (most recent call last):
File "checkDeviceType.py", line 46, in ?
cdt.moveFiles(barcodeList)
File "checkDeviceType.py", line 40, in moveFiles
shutil.m