BBjFileChooser::ensureFileNameIsVisible

Description

In BBj 7.0 and higher, invoke this method to ensure a specific file name is visible in the BBjFileChooser.

Syntax

Return Value

Method

void

ensureFileNameIsVisible(string name)

Parameters

Variable

Description

name

The absolute name of the file to show.

Return Value

None.

Remarks

Use only absolute file names or results may be inconsistent.

BUI logo

The BUI client-side file chooser ignores this method. See BUI: Interacting with client files for a detailed discussion of the BUI client-side file choosers.

Example

See Also

BBjAPI

BBjSysGui

BBjWindow

BBjFileChooser

   BBjFileChooser::addFileFilter

   BBjFileChooser::getFileFilterContents

   BBjFileChooser::getFileFilterNames

   BBjFileChooser::removeFileFilter

   BBjFileChooser::setActiveFileFilter

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.