Results 1 to 3 of 3

Thread: Writing to text files.. better way!?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2002
    Location
    Seattle, WA USA
    Posts
    216

    Writing to text files.. better way!?

    I'm currently using StreamWriter and StreamReader to read and write text files. SteamWriter is horrible because I can delete lines, go to specific lines, search, etc. Is there a better way to do those with VB.NET?? There has to be!

    -- Ethan --
    VB6, VB.NET, C#, SQL, XML, ADO.NET, ASP.NET, HTML.
    MCP & A+ Certified. Looking for a job in the Seattle, WA area.

  2. #2
    New Member
    Join Date
    Jan 2003
    Posts
    15
    Have you tried the FileOpen method?

  3. #3
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    System.IO.File.OpenText()
    \m/\m/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width