Python Forum
Rename Files based on XML file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rename Files based on XML file
#4
(Oct-22-2021, 05:42 PM)snippsat Wrote: os.listdir() dos not return absolute path,so will get problem(file not found) if not is same folder when try to rename.
A trick can be to add line-8,so it change to this folder:
os.chdir('./06-27-2021')
Or join so using absolute path:
os.rename(os.path.join(path, scr), os.path.join(path, dst))

That's exactly what I was missing. I didn't realize that it was not calling to the right folder to run and made so much more sense once I read your reply. Thank you!
Reply


Messages In This Thread
Rename Files based on XML file - by klturi421 - Oct-22-2021, 03:50 PM
RE: Rename Files based on XML file - by ndc85430 - Oct-22-2021, 04:12 PM
RE: Rename Files based on XML file - by snippsat - Oct-22-2021, 05:42 PM
RE: Rename Files based on XML file - by klturi421 - Oct-22-2021, 07:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Copy Paste excel files based on the first letters of the file name Viento 2 492 Feb-07-2024, 12:24 PM
Last Post: Viento
  Rename first row in a CSV file James_S 3 631 Dec-17-2023, 05:20 AM
Last Post: James_S
  Move Files based on partial Match mohamedsalih12 2 872 Sep-20-2023, 07:38 PM
Last Post: snippsat
  Rename files in a folder named using windows explorer hitoxman 3 786 Aug-02-2023, 04:08 PM
Last Post: deanhystad
  Rename all files in a folder hitoxman 9 1,587 Jun-30-2023, 12:19 AM
Last Post: Pedroski55
  Making a question answering chatbot based on the files I upload into python. Joejones 1 1,293 May-19-2023, 03:09 PM
Last Post: deanhystad
  rename file RolanRoll 0 551 May-18-2023, 02:17 PM
Last Post: RolanRoll
  '' FTP '' File upload with a specified string and rename midomarc 1 1,207 Apr-17-2023, 03:04 AM
Last Post: bowlofred
  Split pdf in pypdf based upon file regex standenman 1 2,145 Feb-03-2023, 12:01 PM
Last Post: SpongeB0B
  rename same file names in different directories elnk 0 734 Nov-04-2022, 05:23 PM
Last Post: elnk

Forum Jump:

User Panel Messages

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