Programming Absolute path와 Canonical path의 차이점 김재호 2010. 1. 13. 19:18 변경된 포스팅 주소 https://jeho.page/essay/2010/01/13/Canonical-path-%EA%B0%80-%EB%AD%94%EA%B0%80%EC%9A%94.html Canonical path 가 뭔가요? Java API에 있는 File 클래스의 메소드를 보다가 getAbsolutePath와 getCanonicalPath를 보고는 이상하다 생각했다. 결과가 항상 같은 절대경로로 나왔던 것이다. 하지만 Canonical과 Absolute 는 분명한 차이점이 jeho.page