OrgDirectoryPath (NotesSession - LotusScript®)

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

Note: This property is new with Release 6.

Defined in

NotesSession

Data type

String

Syntax

To get: orgDirectoryPath$ = notesSession .OrgDirectoryPath

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