Python Forum
Replace String in multiple text-files [SOLVED]
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Replace String in multiple text-files [SOLVED]
#3
(Aug-06-2021, 11:06 PM)bowlofred Wrote: Modify your code above to become a function. Have the function take the name of the file and operate on it.

Then use glob.glob or Path.iterdir() (or os.scandir) to get all the files in a directory that you want. Loop over them and pass the filenames or filepaths to your function.

Sorry to be so annoying but how do i do this exactly?
I'm pretty new to python
Reply


Messages In This Thread
RE: Replace String in multiple text-files - by AlphaInc - Aug-07-2021, 06:02 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [SOLVED] Loop through directories and files one level down? Winfried 3 206 Apr-28-2024, 02:31 PM
Last Post: Gribouillis
  replace text in a txt cartonics 19 2,364 Jan-30-2024, 06:58 AM
Last Post: Athi
  python convert multiple files to multiple lists MCL169 6 1,608 Nov-25-2023, 05:31 AM
Last Post: Iqratech
  Replace a text/word in docx file using Python Devan 4 3,567 Oct-17-2023, 06:03 PM
Last Post: Devan
  Need to replace a string with a file (HTML file) tester_V 1 792 Aug-30-2023, 03:42 AM
Last Post: Larz60+
Sad How to split a String from Text Input into 40 char chunks? lastyle 7 1,187 Aug-01-2023, 09:36 AM
Last Post: Pedroski55
  splitting file into multiple files by searching for string AlphaInc 2 920 Jul-01-2023, 10:35 PM
Last Post: Pedroski55
Question [solved] compressing files with python. SpongeB0B 1 671 May-26-2023, 03:33 PM
Last Post: SpongeB0B
  Replace string in a nested Dictianory. SpongeB0B 2 1,235 Mar-24-2023, 05:09 PM
Last Post: SpongeB0B
  Help replacing word in Mutiple files. (SOLVED) mm309d 0 856 Mar-21-2023, 03:43 AM
Last Post: mm309d

Forum Jump:

User Panel Messages

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