We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
{ "type": "copy", "from": "first/path", "to": "second/path" }
This post processing pass is simple: Copy files inside from to to. If from points to a single file, the file will be copied as to:
from
to
{ "type": "copy", "from": "file1.txt", "to": "file2.txt" }
If it points toward a folder, it will try to copy all files inside from to to:
{ "type": "copy", "from": "folder1", "to": "folder2" }
Multipacks Wiki super-duper-useful sidebar