$file.size
Returns the size of a file
Usage
<integer> $file.size(<filename:string>)
Description
Returns the size of the file pointed by <filename>.
If the file does not exist, this function returns 0.
The <filename> should be an UNIX style file path and is adjusted according to the system that KVIrc is running on.

Index, Functions