LOTUSSCRIPT/COM/OLE CLASSES


Examples: Open method
1. This example gets information on the normal files in a directory by opening each file as a stream. The agent reuses the same NotesStream object by opening and closing it for each file.
2. This agent opens a file as a stream for reading. The user specifies the name of the file but not the extension which is .txt. The agent uses the file name for the content of the Subject item.
3. This agent opens a file for writing.
See Also