maheswar
17th November 2010, 11:47
Hi everyone,
i have a problem in .txt file..
someone will add data to .txt file..
as
item001
item002
.
.
.
item010
i am reading these data...
later again he is adding data, and i need to read new data only not the old data.
so i am not getting how the file pointer will point that new records.
ex:
item001
item002
.
.
.
item010
item011<------fp
item012
item013
..
..
..
..
item 220
pls help me........
i have a problem in .txt file..
someone will add data to .txt file..
as
item001
item002
.
.
.
item010
i am reading these data...
later again he is adding data, and i need to read new data only not the old data.
so i am not getting how the file pointer will point that new records.
ex:
item001
item002
.
.
.
item010
item011<------fp
item012
item013
..
..
..
..
item 220
pls help me........