: 29 : 29 : 0 |
I'd like to be able to use a Custom Button on a Toolbar to jump me to a deeply nested folder where I can select a file for attaching to an outgoing email. @command([EditInsertFileAttachment]; file; compress) would be ideal if file could be "c:\folder1\folder2\folder3\*.xls" (ie. if could specify a wildcard which would then cause an open file dialog to appear!!!)
eg.
@command([EditInsertFileAttachment]; "h:\Corporate\Policies\Product1\*.xls"; 0 ) or
@command([EditInsertFileAttachmetn]; "h:\Corporate\Policies\Product1\"; 0; "*.xls" ) where we specify a filter
|