Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    10
    Views
    1,231

    Re: What Wrong With My Code: IOException.

    How different?
    From this thread: Its Still Overwrites The File?
    title of the other thread: -filewrite-over-writing-txt-files-d.html

    What is the purpose of your post #9?
  2. Replies
    10
    Views
    1,231

    Re: What Wrong With My Code: IOException.

    Is this the same problem?
    http://www.javaprogrammingforums.com/whats-wrong-my-code/13328-filewrite-over-writing-txt-files-d.html
  3. Replies
    10
    Views
    1,231

    Re: What Wrong With My Code: IOException.

    FileWriter fw = new FileWriter(myFile);
    From your code.
    That looks like you are using the FileWriter class.

    What does the following mean:
Results 1 to 3 of 3