FileStream Append Data at the top

后端 未结 3 1273
南笙
南笙 2021-01-23 09:10

I am working on a utility.

I want to append data at the top of the file, but it is overwritting not appending.

For eg : Consider the file.txt :

3条回答
  •  广开言路
    2021-01-23 09:58

    No. Files do not have an Insert-mode the same way word-processors do.

    Sorry, its not what you want to hear, but its a fact.

提交回复
热议问题