Preview file operation
files_preview_opPreview a single delete/move operation without changing files; verify the source exists and check its size before running the operation. Use in loops to validate multiple files at once.
Instructions
Preview of a SINGLE delete/move operation — changes nothing on disk, just checks whether the file exists and how big it is. Use with for_each to check many files at once before execute_op.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dst | No | ||
| src | Yes | ||
| action | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||