$file.type
Checks the type of a path
Usage
<string> $file.type(<path:string>)
Description
Returns f if the <path> points to a real file, d if <path> is the name of a directory or l if it is a symbolic link.

The <path> should be a UNIX style path and is adjusted according to the system that KVIrc is running on.

Index, Functions