|
-
February 21st, 2003, 03:38 PM
#1
inserting text to file
Hi All,
Sorry if this is already answered - but my searches on codeguru are timing out if it has more then one word in the search -today
I am trying to insert text to an open input text file.
I have no problem writing to the file - but I want to INSERT text somewhere in the middle - not just append to the end.
Is there a function that does that - or do i have to manully take care of it i.e :
1. get to the insersion position
2. cpy the rest of the file to a buffer
3. write the text i want to add to the file
4. append the "rest" buffer
I would preffer to use a "ready made" function if there is one.
Thanks in advance
Dani.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|