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