Hello there.
I'd like to reach this goal: copy the folder structure only (no files at all!) from left to right. The folder structure contains on the first sublevel a couple of folders. I want on the right side only ONE of these subfolders with its subfolders.
Here an example:
folder-subfolder1
folder-subfolder2
folder-subfolder3
folder1-subfolder1
folder1-subfolder2
folder1-subfolder3
on the right side I only want to have this:
folder-subfolder2
folder1-subfolder2
and for each subfolder2 the entire child folders.
How may I reach this goal?
Kind regards,
Flavio.