How to move folder and all the files inside it

I would like to move the folder and all the files inside it to another folder.

I use the fs ops move node that only moves files, is there any node that can move the folder?

Please tell me!
Thanks.

Isn't there an option to tick make directory if it doesn't exist?

1 Like

If there is no node, the first I will create the destination folder, then move the files to the directory just created.
Finally will delete the source folder.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.