Is there a command to refresh lister view immediately?
Example: I use this command to move selected dirs content one directory up:
@runmode hide
Copy MOVE {filepath$} TO {filepath|..}\.. FLATVIEWCOPY=single QUEUE=none
cmd /c rmdir {filepath|..}
When I use this button, contents are usually moved (and displayed in lister) immediately but I have to wait like one second (sometimes it's half a second, sometimes looks more like two seconds) for the selected (now empty) folder to disappear (which is annoying to me as I like to see changes immediately).
Is there a way to refresh the content immediately? Go REFRESH doesn't work for me as it resorts folder contents (and also does several other unwanted things), which I'm trying to avoid.
Note that I don't want to use DOpus internal DELETE command as it would delete the folder even if it's not empty (which may happen if I do this command on folder like C:\test\test - then after doing so I will end up with C:\test which shouldn't be deleted).