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.
Returns the length of a file in bytes.
FileLen ( fileName )
fileName
A string expression; you can optionally include a path. The fileName cannot contain wildcard characters.