-
Notifications
You must be signed in to change notification settings - Fork 0
Post Processing_Move
nahkd123 edited this page Jul 12, 2022
·
1 revision
{
"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
:
{
"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
- Pack Post Processing
- Include
- Files manipulation
- Advanced
- Allocations