FilePath (NotesDatabase - JavaScript™)
Read-only. The path and file name of a database.
Defined in
NotesDatabaseSyntax
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() + ")"