Results 1 to 4 of 4

Thread: Rename and delete files in Java [Resolved]

  1. #1

    Thread Starter
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Resolved Rename and delete files in Java [Resolved]

    I'm searching at the moment, but if anyone knows
    Last edited by manavo11; Jan 7th, 2005 at 06:35 PM.


    Has someone helped you? Then you can Rate their helpful post.

  2. #2

    Thread Starter
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Rename and delete files in Java

    Well, I assume that it would have to do with the java.io.* that I have imported, I just can't find it...


    Has someone helped you? Then you can Rate their helpful post.

  3. #3
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091

    Re: Rename and delete files in Java

    Use the File class. delete() and renameTo() methods should work.
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  4. #4

    Thread Starter
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Rename and delete files in Java

    Quote Originally Posted by crptcblade
    Use the File class. delete() and renameTo() methods should work.
    Thanks


    Has someone helped you? Then you can Rate their helpful post.

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