Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : File Primitives : tint.file-length

Syntax

#(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