getDbDirectory (Session - Java™)
Creates a new DbDirectory object using the name of the server you want to access.
Defined in
Syntax
public DbDirectory getDbDirectory(String server)
throws NotesException
Parameters
String server
The name of the server with database files you want to navigate. Use null to indicate the session's environment. Must be null for remote (IIOP) operations.
Return value
DbDirectory
The directory on the server you specified.
Usage
See the DbDirectory class for descriptions and examples.