Displaying 1 result from an estimated 1 matches for "replacement_cod".
Did you mean:
replacement_code
2006 Jun 02
1
Generator that alters existing files
What''s the best way to go about writing a generator that can add text into an
existing file?
The point in the file is marked with a unique token, I want to insert a few
lines after the line with the token on it.
Is this possible/easy/already done by someone?
Thanks