Create directory from selected files?

Normally you add files to a directory by creating an empty new directory, then selecting a number of files, then either drag dropping the files into the new directory, or in a dual pane situation opening the new directory in the destination pane and copying or moving the files into it.

I'd like to create a command/button that will allow me to first select a few files, then when I run the command it automatically creates a new directory and moves the selected files into it. There would be an option of either applying a generic name to the new folder, or having a requester pop up that asks you to type a name for it.

Is this possible?

1 Like

Try this:

Copy MOVE HERE CREATEFOLDER="{dlgstring|Enter folder name:}"

Awesome! Thanks Leo.