Tintware Documentation : Tint Programming Language : Tint Reference : File Primitives : tint.file-lengthSyntax#(tint.file-length,%filename) %filename is the name of a file. The result of this call will be the length of the file if it exists; otherwise, nothing. Example#(tint.file-length,c:\Program Files\Tintware\uninst.dat) 7092 |