Dec 4, 2003 #1 P prowler New member Joined Dec 4, 2003 Messages 1 I have to search and replace inside several files in my component. What is the best way to do this? Thanks.
I have to search and replace inside several files in my component. What is the best way to do this? Thanks.
Dec 5, 2003 #2 Mehyar Well-known member Joined Jun 9, 2003 Messages 371 Location Lebanon Take a look at the StreamReader (to read the file) and StreamWriter (to write to a file)...