Inserting String in middle of File
-
I want to modify a text file programmatically. Suppose it is huge in size and my desired operation on it is to modify it by adding some text in middle of File. Is there any other except the traditional one, I always use i.e. to insert the string and shift all the rest that follow the string. Can some1 please tell me a fast method other than it.
-
I want to modify a text file programmatically. Suppose it is huge in size and my desired operation on it is to modify it by adding some text in middle of File. Is there any other except the traditional one, I always use i.e. to insert the string and shift all the rest that follow the string. Can some1 please tell me a fast method other than it.
-
I want to modify a text file programmatically. Suppose it is huge in size and my desired operation on it is to modify it by adding some text in middle of File. Is there any other except the traditional one, I always use i.e. to insert the string and shift all the rest that follow the string. Can some1 please tell me a fast method other than it.