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
Siehe auch
FilePath property
Glossar
Ihre Kommentare zur
Hilfe
oder zur
Verwendbarkeit der Software
?
Hilfe zur Hilfe
Inhalt der gesamten Hilfe
Glossar