전체 글136 #java/code - File Class File 클래스=파일과 디렉터리를 다룬다. ∴File 인스턴스 = (파일 || 디렉터리) File 클래스의 생성자 설명 File(File parent, String child) parent객체 디렉터리의 child라는 이름의 파일에 대한 File객체 생성. File(String pathname) File(String parent, String child) File(URI uri) File 클래스의 메소드 설명 File getAbsoluteFile() 파일의 절대 경로를 넘겨줌. String getAbsolutePath() 파일의 절대 경로를 문자열로 넘겨줌. File getCanonicalFile() 파일의 Canonical 경로를 넘겨줌. String getCanonicalPath() 파일의 Canon.. 2019. 5. 9. 이전 1 ··· 13 14 15 16 다음