Limits on file operations in LotusScript®

The following table lists limits on miscellaneous items related to file operations and I/O.

Item

Maximum

Max size of file for LotusScript file I/O Operation 2 GB

Importing a file larger than 2 GB by LotusScript can cause an infinite loop or overflow. The workaround is to split the file into chunks less than 2 GB before importing.

Number of files open simultaneously

Determined by the product from which you start LotusScript®

fileNumber in Open statement

255

recLen in Open statement

32,767

Line length of a line written by Write statement

No limit

Number of items in Print, Write, or Input statement

255

Number of characters in path in MkDir, RmDir, or ChDir statement

128. This includes the drive specifier, if any.