fast_move_file
Move or rename files and directories with options to overwrite, create destination directories, or backup existing files. Supports reliable file transfer with error recovery.
Instructions
파일이나 디렉토리를 이동하거나 이름을 변경합니다
Input Schema
Name | Required | Description | Default |
---|---|---|---|
backup_if_exists | No | 대상 파일이 존재할 경우 백업 생성 | |
create_dirs | No | 대상 디렉토리 자동 생성 | |
destination | Yes | 대상 경로 | |
overwrite | No | 기존 파일 덮어쓰기 | |
source | Yes | 원본 파일/디렉토리 경로 |