반응형

Jdk 1.7 이상에서 지원되는 NIO 파일 복사 함수입니다.

 

java.nio.file.Files.copy(new File(source).toPath(), new File(dest).toPath());

 

반응형

+ Recent posts