fast_write_file
Write or modify files with support for emoji guidelines, automatic directory creation, and text encoding options. Includes append mode and optional emoji removal for streamlined file management.
Instructions
파일을 쓰거나 수정합니다 (이모지 가이드라인 제공)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
append | No | 추가 모드 | |
content | Yes | 파일 내용 | |
create_dirs | No | 디렉토리 자동 생성 | |
encoding | No | 텍스트 인코딩 | utf-8 |
force_remove_emojis | No | 이모지 강제 제거 (기본값: false) | |
path | Yes | 파일 경로 |