How to copy the file from one location to other?
Posted: Wed Jul 13, 2022 7:50 pm
a) Files.copy(source, target)
b) Path.copy(source, target)
c) source.copy(target)
d) Files.createCopy(target)
b) Path.copy(source, target)
c) source.copy(target)
d) Files.createCopy(target)