LOTUSSCRIPT/COM/OLE CLASSES
Examples: FileName property
1. This script gets the file name of the database .CBANNER.NSF The property returns "cbanner.nsf."
Dim db As New NotesDatabase( "Sofia", "cbanner.nsf" )
Dim file As String
file = db.FileName
2. This script gets the file name of the database CS_DOC.nsf. The property returns "cs_doc.nsf."
Dim db As New NotesDatabase( "Sofia", "cserv\cs_doc.nsf" )
Dim file As String
file = db.FileName
See Also
FileName property
Glossary
Help on Help
Open Full Help Window
Glossary
Help on Help
Open Full Help Window