Search:

Type: Posts; User: aesguitar

Search: Search took 0.12 seconds.

  1. Replies
    2
    Views
    1,023

    [SOLVED] Re: File handling issue

    The problem is at this line.



    if (!inFile.delete()) {
    System.out.println("Could not delete file");
    }


    This is the line that deletes the original file in order for it to be...
  2. Replies
    2
    Views
    1,023

    [SOLVED] File handling issue

    I'm writing a program that dynamically updates an xml file as it is being edited. It needs an add function, delete, and save, and so far, I've gotten only the add function working properly. I've got...
Results 1 to 2 of 2