merge_files
Combine multiple files into a single output file by merging their content sequentially. Provides details on file sizes and total size, ensuring operation within specified directory restrictions.
Instructions
Merge multiple files into a single output file. Reads content from each input file in the order provided and writes it sequentially to the output file. Returns information about the merge operation including file sizes and total size. All specified paths must be within allowed directories if specified.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
inputPaths | Yes | Array of file paths to merge | |
outputPath | Yes | Path for the merged output file |