Save a file without making a copy of it using JFileChooser or something els
in my application i m downloading a file from some location and by default it is being saved to a temp location and i have a File object of the saved file.
I want to save that file to a location specified by the user using the JFileChooser. How can i do it without making a copy of the file?
Is there any SaveAs kind of option associated with JFileChooser.

