Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

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

Syntax

#(tint.file-type,%pathname)

%pathname is the name of a directory or a file. The call will return directory for a directory and file for a file.

Examples

#(tint.file-type,c:\Program Files\Tintware)
directory
#(tint.file-type,c:\Program Files\Tintware\uninst.dat)
file