-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
$lof Identifier - mIRC
< mirc | identifiers
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
- mIRC Installation
- Virtual profile
- Playing music
- Unicode
- IPv6
- Optimization
- Threads
- DCC Protocols
- Line Length Limit
- Font rendering
$lof(filename) returns the bytes size information about the specified file, same as $file().size identifier.
Synopsis[edit]
$lof(filename)
Parameters[edit]
* Filename = The filename that you want to check for.
Properties[edit]
None
Examples[edit]
//echo -a $lof($mircexe)
It will return the bytes size of the mirc.exe file that you already using.
//echo -a $lof(mirc.ini)
It will return the bytes size (e.g: 14056) of the mirc.ini file that you already using.
//echo -a $bytes($lof($mircini)).suf
It will return the original size (e.g: 14KB) of the mirc.ini file that you already using.
NOTE: It will return "$null" if the file doesn't exists to the path.
Compatibility[edit]
Added: mIRC v4.52
Added on: 06 Jul 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
[Expand]