728x90
반응형
File file = new File("file_name");
...
System.out.println("파일의 절대경로:" + file.getAbsolutePath());
System.out.println("파일의 정규경로:" + file.getCanonicalPath());
728x90
반응형
'⭐ SpringBoot > 기타' 카테고리의 다른 글
SpringBoot Custom Banner, 배너 생성하기 (0) | 2024.02.20 |
---|---|
maven to gradle converting (0) | 2023.08.24 |
Springboot 실행하기, 스프링부트 애플리케이션 설정 및 실행하기 환경변수 정의 (0) | 2022.10.27 |