Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issue with os.rename
#5
FYI,

In my case it was an issue with files which already existed in the destination folder.
It's working fine with
from shutil import move
which overrides existing files.
Reply


Messages In This Thread
Issue with os.rename - by malinowy - Jun-25-2019, 04:05 PM
RE: Issue with os.rename - by nilamo - Jun-25-2019, 04:23 PM
RE: Issue with os.rename - by malinowy - Jun-25-2019, 04:46 PM
RE: Issue with os.rename - by malinowy - Jun-26-2019, 08:55 AM
RE: Issue with os.rename - by malinowy - Jul-01-2019, 11:53 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020