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": "move", "from": "first/path", "to": "second/path" }
This post processing pass is simple: Move files inside from to to. If from points to a single file, the file will be moved as to:
from
to
{ "type": "move", "from": "file1.txt", "to": "file2.txt" }
If it points toward a folder, it will try to move all files inside from to to:
{ "type": "move", "from": "folder1", "to": "folder2" }
You can also use this pass to rename a file.
Multipacks Wiki super-duper-useful sidebar