25.07.2010, 11:26
(
Последний раз редактировалось Butilka; 25.07.2010 в 11:40.
)
Does anybody know how to remove a string from file?
For example:
I got a file text.ini and there are such lines
A string containing the IP 127.0.0.3 should be removed and file should be saved
For example:
I got a file text.ini and there are such lines
Код:
25|7|2010|127.0.0.1 25|7|2010|127.0.0.2 25|7|2010|127.0.0.3 25|7|2010|127.0.0.4
Код:
25|7|2010|127.0.0.1 25|7|2010|127.0.0.2 25|7|2010|127.0.0.4