2023 UPDATE: Duplicate Directory v2
The easiest way to duplicate folders without files and files without folders! Now in version 2!
-- Copy entire folder structures or directory trees without files
-- Copy all files from a folder and subfolders without copying the folders
-- Copy only specific file types from directories, with or without their folder structure
Duplicate Directory v2:
https://www.bettereditor.be/store/
----
Also learn how to use Windows PowerShell and Mac Terminal to duplicate directories:
Windows PowerShell Command:
robocopy [source] [destination] /e /xf *
Mac Terminal Command:
rsync av -f”+ */” -f” *” [source] [destination]
----
Blog
https://www.bettereditor.be/copy-a-fo...
----
Advanced Workflows with Premiere Pro:
https://gumroad.com/l/better-editor-a...
Learn Adobe Premiere (free):
https://www.bettereditor.be/learn-ado...
----
Chapters
0:00 - Intro
0:40 - Duplicate Directory! Free Software
1:59 - How to copy folders without files using Windows PowerShell
2:46 - How to duplicate folders without files using Mac Terminal