Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : File Primitives : tint.fullname

Syntax

#(tint.fullname,%name)

%name is the name of a file or a directory. The complete name, including fully specified directory, will be returned.

Examples

#(tint.cd,c:\program files\tintware)

#(tint.fullname,uninst.dat)
c:\program files\tintware\uninst.dat
#(tint.fullname,d:\tintware\tint\tint.cpp)
d:\tintware\tint\tint.cpp