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
Vedere anche
FilePath property
Glossario
Guida sulla Guida
Contenuto completo della Guida
Glossario