Search:

Type: Posts; User: javapenguin

Search: Search took 0.11 seconds.

  1. Replies
    15
    Views
    3,078

    Re: renaming/deleting file

    This might also be a long shot, but why is one of your File objects static and the other isn't?
  2. Replies
    15
    Views
    3,078

    Re: renaming/deleting file

    Hmmmmm....file has a method called renameTo(File dest).

    If you're renaming it, it's going somewhere else in memory.

    File also has a method called delete().

    I don't see why you can't do one...
Results 1 to 2 of 2