Move Contents of Selected Folder(s) to Current Folder

I have a script with a button that does that.

The button is called CollapseFolder

I used to use a button that had this code. I think it works ok

@dirsonly
@nofilenamequoting
Copy MOVE FILE "{filepath$}\*" HERE
Delete QUIET NORECYCLE
1 Like