I am new to using the commands available in Dopus. I would like to create a button to go directly to a particular folder. Is the command:
Go FOLDERCONTENT=filefilter= "\\stora\data\2011"
This does not appear to work. Help with this would be greatly appreciated.
Leo
June 11, 2011, 7:47am
2
The FOLDERCONTENT arg is for creating menus that list folder contents. To go to a folder it's much more simple:
Go "\\stora\data\2011"
(You can also drag the folder to a toolbar while in Customize mode and Opus will make the button for you.)
Thank you very much. Drag is much easier, just what I wanted! Except, if I wanted to sort the resulting files/folders in a particular order (date, reverse)? There are a lot of commands and none seem to deal with sort under GO.
Leo
June 11, 2011, 8:43am
4
Click Advanced in the button editor so it lets you enter multi-line commands, then use this:
Go "\\stora\data\2011"
Set SORTBY=modified SORTREVERSE=On