file_operations
Perform bulk move, copy, and rename operations on files and directories with security validation and conflict resolution for existing destinations.
Instructions
Perform bulk file operations (move, copy, rename) on single or multiple files and directories concurrently. All operations are validated for security before execution. Supports conflict resolution strategies for existing destinations. Maximum 100 files per operation for performance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | The type of file operation to perform | |
| files | Yes | Array of source-destination file pairs | |
| onConflict | No | How to handle destination conflicts | error |