How to copy selection from flat view with preserving folder structure

Discussion, questions and support.
Post Reply
Message
Author
happy_user
Posts: 9
Joined: 13.05.2020, 10:26

How to copy selection from flat view with preserving folder structure

#1 Post by happy_user » 24.03.2021, 15:16

Hello,
is somehow possible to copy files selected from the flat view with their folder structure (relative to flat viewed folder)?

Consider folder "bootstrap" with this structure

Code: Select all

c:\bootstrap
├── css\
│   ├── bootstrap.css
│   ├── bootstrap.min.css
│   ├── bootstrap-theme.css
│   └── bootstrap-theme.min.css
├── js\
│   ├── bootstrap.js
│   └── bootstrap.min.js
└── fonts\
    ├── glyphicons-halflings-regular.eot
    ├── glyphicons-halflings-regular.svg
    ├── glyphicons-halflings-regular.ttf
    └── glyphicons-halflings-regular.woff
Flat viewed ( files with * are selected)

Code: Select all

c:\bootstrap (flat view)
├── *bootstrap.css
├── bootstrap.min.css
├── bootstrap-theme.css
├── bootstrap-theme.min.css
├── *bootstrap.js
├── bootstrap.min.js
├── glyphicons-halflings-regular.eot
├── *glyphicons-halflings-regular.svg
├── glyphicons-halflings-regular.ttf
└── glyphicons-halflings-regular.woff
Copy to folder c:\destination
Desired result:

Code: Select all

c:\destination\
├── css\
│   └── bootstrap.css
├── js\
│   └── bootstrap.js
└── fonts\
    └── glyphicons-halflings-regular.svg
(I always get "flat" result - all files are directly in destination folder - no subfolders.)

Thanks for your suggestions!

Post Reply

Who is online

Users browsing this forum: Semrush [Bot] and 26 guests