History |
OpenDirectory (Directory)
Minimum version: 4.0
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)
Example
Dim sd as ServerDirectory
sd.OpenDirectory ("fred")
| ||||