name "Refresh - Refresh view of current directory" icon "$BIRCH/public_html/images/birch_black_ico.png" tip "Replace the contents of the current window with fresh listing of current working directory." #var "in1" # type tempfile # direction in # format tsv # save false # content canvas var "out1" type tempfile direction out format tsv save false overwrite true content canvas panel var "Run" type button label "Run" shell "bldirtab.py %out1%" close true var "Help" type button label "Help" shell "$BIRCH/script/chooseviewer.py $BIRCH/doc/bioLegato/makelinks.help" close false