Files

Files

newFile(path, encoding)

XFile 객체를 생성합니다.
Creates an XFile object.
path : String : String
파일의 경로 및 이름. '/'으로 시작하는 경우 절대 주소이며, 그렇지 않은 경우 스크립트가 수행되는 eXERD 파일의 경로에 대해 상대 경로로 인식됩니다.
File path and name. If it starts with ‘/’, it is an absolute address; otherwise, it is recognized as a relative path of eXERD file where the script is executed.
encoding : String : String
문자 인코딩을 지정합니다. encoding을 지정하지 않는 경우 utf-8로 지정됩니다.
Set character encoding. If you do not specify the encoding then specify to utf-8.
반환값 : 파일 객체

XFile객체.

XFile Object.

return : File

XFile객체.

XFile Object.

XFile 객체를 생성합니다.
Creates an XFile object.