Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

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

Syntax

#(tint.filename,%name)

%name is the name of a file or a directory. The filename part of the name will be returned.

Examples

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