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
Véase también
FilePath property
Glosario
¿Desea opinar sobre la Ayuda?
Ayuda sobre la Ayuda
Abrir la Ayuda en pantalla completa
Glosario
¿Desea opinar sobre la Ayuda?
Ayuda sobre la Ayuda
Abrir la Ayuda en pantalla completa