Mathieu
November 20, 2024, 8:24am
1
Hello, I have folder names (only the names) and I want to copy them in bulk to another folder, how do I do it?
lxp
November 20, 2024, 8:34am
2
Copy FILTERDEF type match folders
Mathieu
November 20, 2024, 8:37am
3
Do I need to make a code?
lxp
November 20, 2024, 8:43am
4
Leo
November 20, 2024, 8:54am
5
These may also be of interest:
Non-Recursive Version
If you only want to re-create the top-level, selected directories and not the other directories inside them, use this command:
@dirsonly
@nofilenamequoting
CreateFolder NAME "{destpath$}{file$|noterm}"
[image]
That will take …
Overview
This is a button/script which turns lists of files and folders into real (empty) files and folders.
For example, someone may post to the forum with a list of filenames they wish to rename in a particular way, and you may then want to creat…
MegMac
November 21, 2024, 9:22pm
6
1:Select the folders.
2: Right-click to open the content menu
3: click 'Copy filenames'. It works for folder names too.
4:In the destination, Add new folder (create multiple folders)
5: Paste.
Mathieu
November 22, 2024, 8:41am
7
Hello, thank you for this feedback which is easier for me, because I am really not a coding pro.