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