string manipulation in files
i got a file where i have to replace a character with another one. The character may be in any of the lines. I have to find the character then i should replace the same with another with out changing anything else.
Also how to copy a set of files from one folder to another?
[283 byte] By [
DPP] at [2007-11-19 7:31:07]

# 1 Re: string manipulation in files
Well, what compiler are you using? See CopyFile().
cilu at 2007-11-9 0:42:31 >

# 2 Re: string manipulation in files
Also how to copy a set of files from one folder to another?
Take a look at the following thread ( http://www.dev-archive.com/forum/showthread.php?t=294743)...