Is someone can help me?
Thanks in advance!
I have 1000 text files in a directory and I would like to replace a word in each of these text files. Can someone give me an idea how can I automate that. I did use CFFILE like this but I cant go more:
<cffile action="read" file="c:\xml\step.txt" variable="file_content">
<cfoutput>
#Replace(Hello, Hello1)# (This is not working)
</cfoutput>
Any help! I appreciate it!
Thanks in advance!
I have 1000 text files in a directory and I would like to replace a word in each of these text files. Can someone give me an idea how can I automate that. I did use CFFILE like this but I cant go more:
<cffile action="read" file="c:\xml\step.txt" variable="file_content">
<cfoutput>
#Replace(Hello, Hello1)# (This is not working)
</cfoutput>
Any help! I appreciate it!