BBjFileChooser::setCurrentDirectory
Description
In BBj 7.00 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.
Remarks
The BUI client-side file chooser ignores this method. See Interacting with client files in BUI and DWC for a detailed discussion of the BUI and DWC client-side file choosers.
Example
See Also
BBjFileChooser::getCurrentDirectory
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.