Tintware Documentation : Tint Programming Language : Tint Reference : File Primitives : tint.filenameSyntax#(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 |