putfile_lib
Proto type
int putfile_lib(string filename, stirng text, [ int mode, int debug ])Description
Arguments
(string) filename - 저장할 파일 경로
(string) text - 저장할 내용
(int) mode (optional)
mode 를 지정하지 않을 경우에는 기존의 파일이 존재 할 경우 덮어쓰기를 하게 되며,
1로 지정을 할 경우에는 존재할 경우 덧붙이기를 하게되며, 존재하지 않을 경우에는
새 파일로 기록을 하게 된다.
(int) debug (optional) - 디버그 메시지 출력Example
See also
Last updated