Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






Reading, writing, and closing files

You can use LotusScript to read and write files. To create a file, you open and write to a file that does not yet exist; LotusScript creates it automatically.

LotusScript provides three modes of file access:

This table summarizes the statements and functions that operate on Sequential, Random, and Binary files.

Statements & Functions
Sequential
Random
Binary

Dir

X

X

X

EOF

X

X

X

FileCopy

X

X

X

FileDateTime

X

X

X

FileLen

X

X

X

FreeFile

X

X

X

GetAttr

X

X

X

Loc

X

X

X

LOF

X

X

X

Seek

X

X

X

SetAttr

X

X

X

Open

(This is where you set the access mode.)

X

X

X

Close

X

X

X

Get

X

X

X

Input( )

X

X

InputB( )

X

X

InputBP( )

X

X

Input #

X

Line Input #

X

Print #

X

Put

X

X

Write #

X

Related topics
File Handling




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009