How to move one file (eg. .txt or .jpg) to one particular folder in Java? I want line by line explanation. I know InputStream and OutputStream read from InputStream and write to OutputStream. But how do they take bytes etc.? Any ideas?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by Jonathon, Tom, GreenMatt, sixlettervariables, bmargulies May 12 '11 at 21:44
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You wouldn't do it by reading/writing the contents of the file. Look at the File Javadoc. You can use the |
|||
|
|