M
McCar
I can not find out how to insert string into the desired place in the
middle of the file (or delete string from the middle)..
Yes of course I can read all file into string then split this sting
into two parts , add third part between them and then write new to the
same file..
But I think that is not the best solution if the file is big.
How can I do it some other way?
Sorry for not perfect English, hope you understood me.
middle of the file (or delete string from the middle)..
Yes of course I can read all file into string then split this sting
into two parts , add third part between them and then write new to the
same file..
But I think that is not the best solution if the file is big.
How can I do it some other way?
Sorry for not perfect English, hope you understood me.