FilePath (NotesDatabase - JavaScript™)

Read-only. The path and file name of a database.

Defined in

NotesDatabase

Syntax

getFilePath() : string

Usage

The path is relative to the Domino® data directory.

A database does not need to be open to use this property.

Examples

This computed field displays the title and file path of the current database.
return database.getTitle() + " (" + database.getFilePath() + ")"

Language cross-reference

FilePath property in LotusScript® NotesDatabase class

FilePath property in Java Database class

@DbName in formula language