Lyndon Rickards wrote:

> 
> Anybody see what I'm doing wrong?

>         $ret = SaveAsDialog(filters => $filterParams, #this works
>                 extension => $defaultFileExtension,     # $ret does not get this 
>added
>                 dir => $jobPath,        # has no effect (this path exists and can cd 
>to it)

Found the answer to 'dir' - no forward slashes, trailing backslash
mandatory.

>                 defaultfilter => 3,     # this works
>                 );
>         return $ret;
>         };

Reply via email to