Bir dizindeki dosyayı gösteren path olsun. Bu dosyayı bir başka isimler aynı dizinde kopyasını almak isteyelim. Şöyle yaparız
String newSimpleJob = "newjob.jar";// Copy as new jarPath jarPath = ...Path newPath = jarPath.resolveSibling(newSimpleJob);Files.copy(jarPath, newPath, StandardCopyOption.REPLACE_EXISTING);
Hiç yorum yok:
Yorum Gönder