Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






GetDbDirectory method

Creates a new NotesDbDirectory object using the name of the server you want to access. When used with OLE automation, this method allows you to create a NotesDbDirectory object without using New.

Defined in

NotesSession

Syntax

Set notesDbDirectory = notesSession.GetDbDirectory( serverName$ )

Parameters

serverName$

String. The name of the server whose database files you want to navigate. Use an empty string ("") to indicate the current computer.

Return value

notesDbDirectory

The directory on the server you specified.

Usage

For more information, see the NotesDbDirectory class.

Language cross-reference

getDbDirectory method in Java Session class

See examples

Examples: GetDbDirectory method
Related topics
NotesDbDirectory class




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009