Command to copy all files inside a selected folder into a destination folder

@disablenosel:mindirs=1,maxdirs=1
@enableif:=is_dual()
Copy "{f!}/*" TO "{fd!}/" 

Note:

  • This button (on which you'll have to bind a hotkey) is only doing minimal failsafe tests (e.g. the fact that destination selection is a folder is not tested, if no destination folder is selected, files will get copied to the destination folder instead, ...)
  • This button is using standard source/destination behavior, meaning by default source is the pane that has focus, not necessarily the left/top pane