Tintware Documentation : Tint Programming Language : Tint Reference : File Primitives : tint.read-fileSyntax#(tint.read-file,%filename,%amount) %filename is the name of the file to be read. %amount is a number specifying how much of the file should be read. The first %amount bytes of the file will be returned as the result of this call. Example#(tint.read-file,c:\Program Files\Tintware\uninst.dat,31) DC:\Program Files\Tintware\html |