glm_file_create
Create files with custom path, content, and encoding. Optionally overwrite existing data. Integrates with sandboxed environment and automatic backups.
Instructions
새 파일을 생성합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 생성할 파일 경로 | |
| content | Yes | 파일 내용 | |
| overwrite | No | 기존 파일 덮어쓰기 허용 여부 | |
| encoding | No | 파일 인코딩 | utf-8 |