LOTUSSCRIPT/COM/OLE CLASSES


FileName property
Example

Read-only. The full file name of a database, including the extension but excluding the path.

Defined in

NotesDatabase

Data type

String

Syntax

To get: fileName$ = notesDatabase.FileName

Usage

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

Language cross-reference

FileName in Java Database class

@DbName in formula language

Example