BBjFileChooser::setCurrentDirectory

Description

In BBj 7.0 and higher, use this method to display a specific directory's contents in the BBjFileChooser.

Syntax

Return Value

Method

void

setCurrentDirectory(string directory)

Parameters

Variable

Description

directory

The new directory the file chooser should display.

Return Value

None.

BUI logoRemarks

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::getCurrentDirectory

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