How to set button to move the selected items to the folder above their current folder

RT!

If you don't care about flat view or collections, and all the filea are directly below the current folder:

Copy MOVE TO ..

For flat view etc.:

Copy MOVE {filepath$} TO {filepath$|..\..}

Thanks!