FileLen function (LotusScript Language)
Returns the length of a file in bytes.
Syntax
FileLen ( fileName )
Elements
fileName
A string expression; you can optionally include a path. The fileName cannot contain wildcard characters.
Return value
FileLen returns a Long value.
Example