Hi, I need to remove some text from an ini file thats affecting my config::inifile operations: {/rtf1}, whats the best way to remove this text (that may or may not exist in the users ini file)?
I thought about copying the ini file line by line, but I don't want to that unless its the only way..