Purpose
Opens the Directory. The list of Directory entries is based on the FCAS gateway's filter settings.
You can narrow the list by:
• supplying a string that all entries listed must contain
• using FindFirst/FindNext
• accessing entries directly by index.
Syntax
ServerDirectory.OpenDirectory (Pattern)
Pattern |
The string that listed entries must contain. To list all entries, set the pattern to "". |
Example
Dim sd as ServerDirectory
sd.OpenDirectory ("fred")
|