Select All, Move up 1 level, Delete currently viewed folder?

Hello All,

Any nice soul out there willing to help me create the code for this button? :slight_smile:

Thanks!

Copy MOVE * TO .. Delete FILE . QUIET Go ..

Thank You Kundal!! Works perfectly :smiley:

Be careful with that, since it will delete anything left that couldn't be moved, without prompting.

There's a thread in the Buttons & Toolbars forum with IMO better ways of doing this, using the MS-DOS rmdir command to clean-up the old directory (such that it'll only be removed if it is empty).

Thanks for pointing this out leo.
I changed my own "MoveToParentFolder" user-command to the safer one fom the thread you mentioned:
[url]Moving files around via context menus]

Also works great. Thanks Leo.