OrgDirectoryPath (Session - Java)

Read-only. The default directory of the current user in a hosted organization.

Note: This property is new with Release 6.

Defined in

Session

Data type

String

Syntax

public String getOrgDirectoryPath()
    throws NotesException

Usage

When accessing a database in a hosted organization, prepend this value to the database path name.

This property does not include a trailing separator, for example, the backslash in a Windows environment.

In a non-hosted organization environment, this value is an empty string.

Example