$file.type
Checks the type of a path
Usage
<string> $file.type(<filename:string>)
Description
Returns f if the <filename> points to a real file, d if <filename> is the name of a directory or l if it is a symbolic link.
The <filename> should be an UNIX style file path and is adjusted according to the system that KVIrc is running on.

Index, Functions