fast_copy_file
Copy files or directories between specified paths with options to overwrite, preserve timestamps, recursively copy, and create target directories automatically.
Instructions
파일이나 디렉토리를 복사합니다
Input Schema
Name | Required | Description | Default |
---|---|---|---|
create_dirs | No | 대상 디렉토리 자동 생성 | |
destination | Yes | 대상 경로 | |
overwrite | No | 기존 파일 덮어쓰기 | |
preserve_timestamps | No | 타임스탬프 보존 | |
recursive | No | 디렉토리 재귀적 복사 | |
source | Yes | 원본 파일/디렉토리 경로 |