Sounds to me like you need to delete "newUsers.zip" before renaming "newUsersTEMP.zip" to "newUsers.zip". Note - rename does not work across file volumes i.e. it does not move a file from one volume to another. If you need to do this then you need to 1) Create the new file 2) Copy the new file over the old file. 3) Delete ...