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 giving the path of source and destination files...(not accepting "/" in the path)
can some 1 suggest me a better way to do this
Thanks
Sai