Archive: add words to a file


add words to a file
Hi.. please.. help me.. i`m with this problem.. I can`t solve it!!!!!!!!!!!!!!!!!!

I have a file, and I need find a line in this file, and write something after the line...

I have this file:
httpd.conf
and I have:
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
and I wanna do it:
<IfModule dir_module>
DirectoryIndex index.html index.php default.php main.php
</IfModule>

pleaseee somebody give me a code to do it.. cause I CAN`T!!!

thanks!!!!


${ConfigWrite} won't help you as you mentioned in the other similar post.
You're looking for Word Functions Header,

http://nsis.sourceforge.net/Docs/AppendixE.html#E.3