Page 1 of 1

How to copy the file from one location to other?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) Files.copy(source, target)
b) Path.copy(source, target)
c) source.copy(target)
d) Files.createCopy(target)