HI ALL,


My requirement is copy the files from one location to Other location. Is it possible with JAVA??

Please provide some guidelines on that.

yes. read one file write another

pseudo-code:

while not end of file
    read piece of file to var
    write piece of file from var
end while

for information on io go here

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.