merge_files
Combine multiple files into one by merging their content in a specified order. Specify input and output paths to generate a single file with consolidated data, while ensuring access is restricted to allowed directories.
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 |