Search:

Type: Posts; User: BlackFlame

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: Storing info into a text file & adding to it

    I added this to it:

    FileWriter fstream = new FileWriter(info,true);
    BufferedWriter out = new BufferedWriter(fstream);

    and it works perfectly :) Thank you for your help.
    Seems simple enough...
  2. [SOLVED] Storing info into a text file & adding to it

    I am trying to make a program that stores a Username and Password for a user.
    But i'm trying to have them re-edit the same file. So I want to read in the file re-write it then
    add more information...
Results 1 to 2 of 2