파일 객체

File

exist()

해당 파일이 존재하는지 여부를 반환합니다.
Returns whether a specific file exists or not.
반환값 : boolean

파일의 존재 유무.

Presence or absence of a file.

return : boolean

파일의 존재 유무.

Presence or absence of a file.

해당 파일이 존재하는지 여부를 반환합니다.
Returns whether a specific file exists or not.

getAppendStream()

이 파일에 텍스트를 추가하여 쓸 수 있는 프린트 스트림을 얻습니다.
Obtains a print stream for appending and writing text in this file.
반환값 : 파일 쓰기 PrintStream

파일의 내용을 쓸 수 있는 프린트 스트림.

A print stream for appending and writing text in this file.

return : FileWriter PrintStream

파일의 내용을 쓸 수 있는 프린트 스트림.

A print stream for appending and writing text in this file.

이 파일에 텍스트를 추가하여 쓸 수 있는 프린트 스트림을 얻습니다.
Obtains a print stream for appending and writing text in this file.

getName()

파일의 이름을 얻습니다.
Gets the file name.
반환값 : String

파일의 이름.

The file name.

return : String

파일의 이름.

The file name.

파일의 이름을 얻습니다.
Gets the file name.

getOutputStream()

이 파일에 텍스트를 쓸 수 있는 프린트 스트림을 얻습니다.
Obtains a print stream for writing text in this file.
반환값 : 파일 쓰기 PrintStream

파일의 내용을 쓸 수 있는 프린트 스트림.

A print stream that can be used for writing content in the file.

return : FileWriter PrintStream

파일의 내용을 쓸 수 있는 프린트 스트림.

A print stream that can be used for writing content in the file.

이 파일에 텍스트를 쓸 수 있는 프린트 스트림을 얻습니다.
Obtains a print stream for writing text in this file.

getPath()

파일의 전체 경로를 얻습니다.
Gets the full path of the file.
반환값 : String

파일의 전체 경로를 얻습니다.

The full path of the file.

return : String

파일의 전체 경로를 얻습니다.

The full path of the file.

파일의 전체 경로를 얻습니다. 경로 값은 워크스페이스를 기준으로 합니다.
Gets the full path of the file. Value of the path is relative to the workspace.

openInEditor()

이 파일을 이클립스 에디터로 엽니다.
Open file in the editor of Eclipse.
이 파일을 이클립스 에디터로 엽니다.
Open file in the editor of Eclipse.