Put files and folder in a new folder

Hello.

I don't know if I am in the right section. But I have a suggestion about a new feature for DO.
When I want to put files in a new folder, I have at first to make a new folder then I move or copy the files inside.
It could be good if DO do it alone. For example when you select your files, you could right click on it and have the option to make a new folder, so DO copy or move automatically the selected files inside the new folder. Do you see what I mean ?
Maybe it is already possible to do this ?

Try following code in a button:

Rename REGEXP PATTERN "(.)(..)" to "\1\\0"

See also Sink highlighted items into new folder?

Copy MOVE HERE CREATEFOLDER is another way.

Thanks for the help.