Refresh folder tree, not just lister

How do I get it to refresh the folder tree (ie the left hand window) as well as the lister (right hand window)? My configuratkion is attached.

It is a really neat program, thanksl
T60P0- Opus Config - 03-May-2009.ocb (47.2 KB)

GO REFRESH/O

Refresh current folder display

tree
Refresh the Folder Tree

both
Refresh both left and right file displays

all
Refresh both left and right file displays and the Folder Tree

source
Refresh source file display and the Folder Tree

viewpane
Refresh the Viewer Pane

So, your button-code should be:

<?xml version="1.0"?> <button display="both" icon_size="large"> <label>&amp;Refresh All</label> <tip>Refresh the contents of both file displays and the Folder Tree</tip> <icon1>#refresh</icon1> <function type="normal"> <instruction>Go REFRESH=all</instruction> </function> </button>

Look here if you don't know how to create a new button: [url]How to use buttons and scripts from this forum]