I have a simple Question to ask, how to use Seek()
method in C# to write at the specific position in the Txt file.
Example:
InfoBrother. //this is the Name.
and I want to append -
like.
Info-Brother //just want to add (-) after "o" in the Name.
Thanks in Advance.