BBjFileChooser::setRestrictedDirectory
Description
In BBj 16.00 and higher, this method restricts the user to a selected parent directory in a server-side BBjFileChooser.
Syntax
Return Value |
Method |
void |
setRestrictedDirectory(string directory) |
Parameters
Variable |
Description |
directory |
The parent directory that the user should be restricted to in the server-side BBjFileChooser. |
Return Value
None.
Remarks
When a directory restriction is in effect, any attempt by the user to navigate to a directory above the restricted directory in the filesystem hierarchy will be ignored.
Example
|
See Also
BBjFileChooser::getRestrictedDirectory
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.