Advertising banner:

History
 
 ServerDirectory.OpenDirectory
Home • Help • A0 • Customization Tools • FCAS • Language Reference • ServerDirectory.OpenDirectory
 
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)


Pattern
The string that listed entries must contain.
To list all entries, set the pattern to "".

Example
Dim sd as ServerDirectory
sd.OpenDirectory ("fred")