LOTUSSCRIPT/COM/OLE CLASSES
Examples: FilePath property
1. This script gets the path of the database .CBANNER.NSF The property returns "cbanner.nsf."
Dim db As New NotesDatabase( "Sofia", "cbanner.nsf" )
Dim path As String
path = db.FilePath
2. This script gets the path of the database cserv\cs_doc.nsf. The property returns "c:\notes\cserv\cs_doc.nsf."
Dim db As New NotesDatabase( "", "c:\notes\cserv\cs_doc.nsf" )
Dim path As String
path = db.FilePath
See Also
FilePath property
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary