By using this command, the application has the opportunity to use daVinci's file browser for its own purpose. This file browser does not start any operation in daVinci after the user has selected a file. Instead, the selected file (and type) is returned to the application by sending answer browser_answer(...). Due to the manifold features of the daVinci file browser, the application need to specify several parameters which have the following semantic:
1. string: A plain text description of the type, e.g. "PostScript Files"
2. string: The pattern for the type in shell notation, e.g. "*.ps"
3. string: An optional postfix for the window header, e.g. "PostScript"
The header postfix (3. string) will be added to the window title of the browser each time the particular type is selected by the user. So, if the window has title "Save" and there are two types with postfix "X" and "Y", then the title of the browser will be either "Save X" or "Save Y". For example, here is a valid btypes parameter for a browser with a C pattern and a generic pattern for all files: