LOTUSSCRIPT/COM/OLE CLASSES


Examples: OpenFileLog method
1. This script opens a file called LOG.TXT on the C drive. Each action and error gets appended to the file in a separate line without writing over the existing contents of the file.
2. This script opens a file called SCRIPTS.TXT in the LOGS directory of the C drive. The existing contents of the file are removed before actions and errors get added to the file.
See Also