You can use this (or any variant): Files.copy(src, dst, StandardCopyOption.REPLACE_EXISTING);. Also, I'd recommend using File.separator or ...
確定! 回上一頁