I'm wondering how easy it would be to use the packer function to pack nested files & maintain the folder structure.
i.e.
folder 1
.\file abc.ext
.\folder 2
..\file def.ext
..\folder 3
...\file ghi.ext
packer would zip the files in place, writing output to source -
folder 1
.\file abc.ext
.\file abc.zip
.\folder 2
..\file def.ext
..\file def.zip
..\folder 3
...\file ghi.ext
...\file ghi.zip
I wondered if this would be possible via 'flat-view', where I would select the files required & use the packer to pack & output to source.
My first attempt didn't work so now I'm thinking about script or CC, but I can see there may be a lot of variables for me to cover.
I know flatview is still experimental, maybe this is something that 'should' work in the future?