Search:

Type: Posts; User: Sai

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    2,477

    Re: Moving files in a Directory

    I guess the issue is resolved
    FYI




    import java.io.*;

    import javax.swing.*;
  2. Replies
    2
    Views
    2,477

    Moving files in a Directory

    Hi,
    I would like to move all my files in a directory to another directory ...

    I used


    new File("source file path").renameTo(new File("destination file path"));


    but i have a trouble...
Results 1 to 2 of 2